代码搜索:zebra

找到约 1,577 项符合「zebra」的源代码

代码结果 1,577
www.eeworm.com/read/448648/7528672

c main.c

/* * zebra daemon main routine. * Copyright (C) 1997, 98 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under t
www.eeworm.com/read/145256/12741530

h plist.h

/* * Prefix list functions. * Copyright (C) 1999 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/145256/12741966

h bgp_table.h

/* BGP routing table Copyright (C) 1998, 2001 Kunihiro Ishiguro This file is part of GNU Zebra. GNU Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU Gen
www.eeworm.com/read/145256/12742355

c ospf6_proto.c

/* * Copyright (C) 1999 Yasuhiro Ohara * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Li
www.eeworm.com/read/145256/12742378

h ospf6_top.h

/* * OSPFv3 Top Level Data Structure * Copyright (C) 1999 Yasuhiro Ohara * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the
www.eeworm.com/read/145256/12742615

h connected.h

/* * Interface's address and mask. * Copyright (C) 1997 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under th
www.eeworm.com/read/145256/12742690

c main.c

/* * zebra daemon main routine. * Copyright (C) 1997, 98 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under t
www.eeworm.com/read/319347/13453187

c ospf6_proto.c

/* * Copyright (C) 1999 Yasuhiro Ohara * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Li
www.eeworm.com/read/319347/13453192

h ospf6_top.h

/* * OSPFv3 Top Level Data Structure * Copyright (C) 1999 Yasuhiro Ohara * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or modify it * under the
www.eeworm.com/read/127689/14340285

h ospfh_linklist.h

#ifndef _ZEBRA_LINKLIST_H #define _ZEBRA_LINKLIST_H struct listnode { struct listnode *next; struct listnode *prev; void *data; }; struct list { struct listnode *head; str