Home
last modified time | relevance | path

Searched refs:bgp_static (Results 1 – 14 of 14) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_route.c5369 struct bgp_static *bgp_static, afi_t afi, in bgp_static_update_safi() argument
5550 struct bgp_static *bgp_static; in bgp_static_set() local
5684 struct bgp_static *bgp_static; in bgp_static_add() local
5723 struct bgp_static *bgp_static; in bgp_static_delete() local
5773 struct bgp_static *bgp_static; in bgp_static_redo_import_check() local
5872 struct bgp_static *bgp_static; in bgp_static_set_safi() local
5999 struct bgp_static *bgp_static; in bgp_static_unset_safi() local
12924 struct bgp_static *bgp_static; in bgp_distance_apply() local
13454 struct bgp_static *bgp_static; in bgp_config_write_network_vpn() local
13507 struct bgp_static *bgp_static; in bgp_config_write_network_evpn() local
[all …]
H A Dbgp_table.h401 static inline struct bgp_static *
408 struct bgp_static *bgp_static) in bgp_dest_set_bgp_static_info() argument
410 dest->info = bgp_static; in bgp_dest_set_bgp_static_info()
H A Dbgp_route.h274 struct bgp_static { struct
557 struct bgp_static *s, afi_t afi, safi_t safi);
H A Dbgp_routemap.c3753 struct bgp_static *bgp_static; in bgp_route_map_process_update() local
3812 bgp_static = bgp_dest_get_bgp_static_info(bn); in bgp_route_map_process_update()
3813 if (!bgp_static) in bgp_route_map_process_update()
3816 if (!bgp_static->rmap.name in bgp_route_map_process_update()
3817 || (strcmp(rmap_name, bgp_static->rmap.name) != 0)) in bgp_route_map_process_update()
3820 if (!bgp_static->rmap.map) in bgp_route_map_process_update()
3823 bgp_static->rmap.map = map; in bgp_route_map_process_update()
3825 if (route_update && !bgp_static->backdoor) { in bgp_route_map_process_update()
3836 bgp_static_update(bgp, bn_p, bgp_static, afi, in bgp_route_map_process_update()
H A Dbgp_vty.c8901 count * sizeof(struct bgp_static)));
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_route.c5369 struct bgp_static *bgp_static, afi_t afi, in bgp_static_update_safi() argument
5550 struct bgp_static *bgp_static; in bgp_static_set() local
5684 struct bgp_static *bgp_static; in bgp_static_add() local
5723 struct bgp_static *bgp_static; in bgp_static_delete() local
5773 struct bgp_static *bgp_static; in bgp_static_redo_import_check() local
5872 struct bgp_static *bgp_static; in bgp_static_set_safi() local
5999 struct bgp_static *bgp_static; in bgp_static_unset_safi() local
12924 struct bgp_static *bgp_static; in bgp_distance_apply() local
13454 struct bgp_static *bgp_static; in bgp_config_write_network_vpn() local
13507 struct bgp_static *bgp_static; in bgp_config_write_network_evpn() local
[all …]
H A Dbgp_table.h401 static inline struct bgp_static *
408 struct bgp_static *bgp_static) in bgp_dest_set_bgp_static_info() argument
410 dest->info = bgp_static; in bgp_dest_set_bgp_static_info()
H A Dbgp_route.h274 struct bgp_static { struct
557 struct bgp_static *s, afi_t afi, safi_t safi);
H A Dbgp_routemap.c3753 struct bgp_static *bgp_static; in bgp_route_map_process_update() local
3812 bgp_static = bgp_dest_get_bgp_static_info(bn); in bgp_route_map_process_update()
3813 if (!bgp_static) in bgp_route_map_process_update()
3816 if (!bgp_static->rmap.name in bgp_route_map_process_update()
3817 || (strcmp(rmap_name, bgp_static->rmap.name) != 0)) in bgp_route_map_process_update()
3820 if (!bgp_static->rmap.map) in bgp_route_map_process_update()
3823 bgp_static->rmap.map = map; in bgp_route_map_process_update()
3825 if (route_update && !bgp_static->backdoor) { in bgp_route_map_process_update()
3836 bgp_static_update(bgp, bn_p, bgp_static, afi, in bgp_route_map_process_update()
H A Dbgp_vty.c8901 count * sizeof(struct bgp_static)));
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_route.c3387 bgp_static_free (struct bgp_static *bgp_static) in bgp_static_free() argument
3810 struct bgp_static *bgp_static; in bgp_check_local_routes_rsclient() local
3987 struct bgp_static *bgp_static; in bgp_static_set() local
4074 struct bgp_static *bgp_static; in bgp_static_unset() local
4126 struct bgp_static *bgp_static; in bgp_static_delete() local
4177 struct bgp_static *bgp_static; in bgp_static_set_safi() local
4258 struct bgp_static *bgp_static; in bgp_static_unset_safi() local
16195 struct bgp_static *bgp_static; in bgp_distance_apply() local
16270 struct bgp_static *bgp_static; in ipv6_bgp_distance_apply() local
16956 struct bgp_static *bgp_static; in bgp_config_write_network_vpnv4() local
[all …]
H A Dbgp_route.h111 struct bgp_static struct
233 extern void bgp_static_update (struct bgp *, struct prefix *, struct bgp_static *,
H A Dbgp_routemap.c2714 struct bgp_static *bgp_static; in bgp_route_map_update() local
2792 if ((bgp_static = bn->info) != NULL) in bgp_route_map_update()
2794 if (bgp_static->rmap.name) in bgp_route_map_update()
2795 bgp_static->rmap.map = in bgp_route_map_update()
2796 route_map_lookup_by_name (bgp_static->rmap.name); in bgp_route_map_update()
2798 bgp_static->rmap.map = NULL; in bgp_route_map_update()
H A Dbgp_vty.c7386 count * sizeof (struct bgp_static)),