Searched refs:bgp_advertise (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.h24 struct bgp_advertise *next;
25 struct bgp_advertise *prev;
32 struct bgp_advertise *adv;
41 struct bgp_advertise struct
47 struct bgp_advertise *next;
48 struct bgp_advertise *prev;
77 struct bgp_advertise *adv;
174 struct bgp_advertise *
H A Dbgp_advertise.c32 #include "bgpd/bgp_advertise.h"
82 static struct bgp_advertise *
85 return (struct bgp_advertise *)
86 XCALLOC (MTYPE_BGP_ADVERTISE, sizeof (struct bgp_advertise));
90 bgp_advertise_free (struct bgp_advertise *adv)
97 struct bgp_advertise *adv)
107 struct bgp_advertise *adv)
175 struct bgp_advertise *
179 struct bgp_advertise *adv;
181 struct bgp_advertise *nex
[all...]
H A Dbgp_packet.c47 #include "bgpd/bgp_advertise.h"
166 struct bgp_advertise *adv;
256 struct bgp_advertise *adv;
482 struct bgp_advertise *adv;
524 struct bgp_advertise *adv;

Completed in 114 milliseconds