Searched refs:bgp_nexthop_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.h25 struct bgp_nexthop_cache struct
H A Dbgp_nexthop.c42 struct bgp_nexthop_cache *zlookup_query (struct in_addr);
44 struct bgp_nexthop_cache *zlookup_query_ipv6 (struct in6_addr *);
85 bnc_nexthop_add (struct bgp_nexthop_cache *bnc, struct nexthop *nexthop)
99 bnc_nexthop_free (struct bgp_nexthop_cache *bnc)
111 struct bgp_nexthop_cache *
114 struct bgp_nexthop_cache *new;
116 new = XMALLOC (MTYPE_BGP_NEXTHOP_CACHE, sizeof (struct bgp_nexthop_cache));
117 memset (new, 0, sizeof (struct bgp_nexthop_cache));
122 bnc_free (struct bgp_nexthop_cache *bnc)
164 bgp_nexthop_cache_changed (struct bgp_nexthop_cache *bnc
[all...]

Completed in 27 milliseconds