Searched refs:bgp_static (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c1129 struct bgp_static *bgp_static;
1147 if ((bgp_static = rn->info) != NULL)
1149 if (bgp_static->backdoor)
1152 valid = bgp_static->valid;
1153 metric = bgp_static->igpmetric;
1154 nexthop = bgp_static->igpnexthop;
1158 bgp_static->valid = bgp_import_check (&rn->p, &bgp_static->igpmetric,
1159 &bgp_static
1124 struct bgp_static *bgp_static; local
[all...]
H A Dbgp_route.h72 struct bgp_static struct
140 void bgp_static_update (struct bgp *, struct prefix *, struct bgp_static *,
H A Dbgp_route.c1768 struct bgp_static *
1771 struct bgp_static *new;
1772 new = XMALLOC (MTYPE_BGP_STATIC, sizeof (struct bgp_static));
1773 memset (new, 0, sizeof (struct bgp_static));
1778 bgp_static_free (struct bgp_static *bgp_static)
1780 if (bgp_static->rmap.name)
1781 free (bgp_static->rmap.name);
1782 XFREE (MTYPE_BGP_STATIC, bgp_static);
1787 struct bgp_static *bgp_stati
1767 bgp_static_free(struct bgp_static *bgp_static) argument
1775 bgp_static_update(struct bgp *bgp, struct prefix *p, struct bgp_static *bgp_static, afi_t afi, safi_t safi) argument
1972 struct bgp_static *bgp_static; local
2064 struct bgp_static *bgp_static; local
2118 struct bgp_static *bgp_static; local
2163 struct bgp_static *bgp_static; local
2231 struct bgp_static *bgp_static; local
8002 struct bgp_static *bgp_static; local
8419 struct bgp_static *bgp_static; local
8457 struct bgp_static *bgp_static; local
[all...]
H A Dbgp_routemap.c1901 struct bgp_static *bgp_static;
1976 if ((bgp_static = bn->info) != NULL)
1978 if (bgp_static->rmap.name)
1979 bgp_static->rmap.map =
1980 route_map_lookup_by_name (bgp_static->rmap.name);
1982 bgp_static->rmap.map = NULL;
1874 struct bgp_static *bgp_static; local

Completed in 132 milliseconds