Home
last modified time | relevance | path

Searched refs:NEXTHOP_TYPE_IFINDEX (Results 1 – 25 of 91) sorted by relevance

1234

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dnexthop.c82 case NEXTHOP_TYPE_IFINDEX: in nexthop_g_addr_cmp()
139 case NEXTHOP_TYPE_IFINDEX: in _nexthop_cmp_no_labels()
225 case NEXTHOP_TYPE_IFINDEX: in nexthop_same_firsthop()
352 nexthop->type = NEXTHOP_TYPE_IFINDEX; in nexthop_from_ifindex()
466 case NEXTHOP_TYPE_IFINDEX: in nexthop2str()
799 case NEXTHOP_TYPE_IFINDEX: in printfrr_nh()
H A Dnexthop.h43 NEXTHOP_TYPE_IFINDEX = 1, /* Directly connected. */ enumerator
60 ((type) == NEXTHOP_TYPE_IFINDEX || (type) == NEXTHOP_TYPE_BLACKHOLE) \
H A Dnexthop_group.c184 case NEXTHOP_TYPE_IFINDEX: in nhg_nh_find()
782 nhop->type = NEXTHOP_TYPE_IFINDEX; in nexthop_group_parse_nexthop()
976 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_write_nexthop_simple()
1041 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_json_nexthop()
1238 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_interface_state_change()
1270 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_interface_state_change()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dnexthop.c82 case NEXTHOP_TYPE_IFINDEX: in nexthop_g_addr_cmp()
139 case NEXTHOP_TYPE_IFINDEX: in _nexthop_cmp_no_labels()
225 case NEXTHOP_TYPE_IFINDEX: in nexthop_same_firsthop()
352 nexthop->type = NEXTHOP_TYPE_IFINDEX; in nexthop_from_ifindex()
466 case NEXTHOP_TYPE_IFINDEX: in nexthop2str()
799 case NEXTHOP_TYPE_IFINDEX: in printfrr_nh()
H A Dnexthop.h43 NEXTHOP_TYPE_IFINDEX = 1, /* Directly connected. */ enumerator
60 ((type) == NEXTHOP_TYPE_IFINDEX || (type) == NEXTHOP_TYPE_BLACKHOLE) \
H A Dnexthop_group.c184 case NEXTHOP_TYPE_IFINDEX: in nhg_nh_find()
782 nhop->type = NEXTHOP_TYPE_IFINDEX; in nexthop_group_parse_nexthop()
976 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_write_nexthop_simple()
1041 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_json_nexthop()
1238 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_interface_state_change()
1270 case NEXTHOP_TYPE_IFINDEX: in nexthop_group_interface_state_change()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_nb_state.c568 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_get_keys()
605 nexthop_lookup.type = NEXTHOP_TYPE_IFINDEX; in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
630 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
639 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
671 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_nh_type_get_elem()
732 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_gateway_get_elem()
H A Dconnected.c204 .type = NEXTHOP_TYPE_IFINDEX, in connected_up()
348 .type = NEXTHOP_TYPE_IFINDEX, in connected_down()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_nb_state.c568 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_get_keys()
605 nexthop_lookup.type = NEXTHOP_TYPE_IFINDEX; in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
630 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
639 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
671 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_nh_type_get_elem()
732 case NEXTHOP_TYPE_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_gateway_get_elem()
H A Dconnected.c204 .type = NEXTHOP_TYPE_IFINDEX, in connected_up()
348 .type = NEXTHOP_TYPE_IFINDEX, in connected_down()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dnexthop.h38 NEXTHOP_TYPE_IFINDEX = 1, /* Directly connected. */ enumerator
H A Dnexthop.c52 case NEXTHOP_TYPE_IFINDEX: in nexthop_same_no_recurse()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drt_socket.c127 if (nexthop->type == NEXTHOP_TYPE_IFINDEX in kernel_rtm_ipv4()
297 if (nexthop->type == NEXTHOP_TYPE_IFINDEX in kernel_rtm_ipv6()
H A Dzebra_routemap.c436 case NEXTHOP_TYPE_IFINDEX: in route_match_ip_next_hop()
500 case NEXTHOP_TYPE_IFINDEX: in route_match_ip_next_hop_prefix_list()
/dports/net/frr7-pythontools/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c149 if (nh->type == NEXTHOP_TYPE_IFINDEX || in sharp_install_lsps_helper()
184 if (nh->type == NEXTHOP_TYPE_IFINDEX || in sharp_install_lsps_helper()
476 case NEXTHOP_TYPE_IFINDEX: in sharp_debug_nexthops()
/dports/net/frr7/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c149 if (nh->type == NEXTHOP_TYPE_IFINDEX || in sharp_install_lsps_helper()
184 if (nh->type == NEXTHOP_TYPE_IFINDEX || in sharp_install_lsps_helper()
476 case NEXTHOP_TYPE_IFINDEX: in sharp_debug_nexthops()
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_route.c153 api_nh->type = NEXTHOP_TYPE_IFINDEX; in nhrp_route_announce()
172 api_nh->type = NEXTHOP_TYPE_IFINDEX; in nhrp_route_announce()
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dnhrp_route.c153 api_nh->type = NEXTHOP_TYPE_IFINDEX; in nhrp_route_announce()
172 api_nh->type = NEXTHOP_TYPE_IFINDEX; in nhrp_route_announce()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c161 case NEXTHOP_TYPE_IFINDEX: in pbr_nh_hash_equal()
267 if (nhop->type == NEXTHOP_TYPE_IFINDEX in pbr_nhgroup_add_nexthop_cb()
403 case NEXTHOP_TYPE_IFINDEX: in pbr_nht_which_afi()
415 case NEXTHOP_TYPE_IFINDEX: in pbr_nht_which_afi()
805 case NEXTHOP_TYPE_IFINDEX: in pbr_nht_individual_nexthop_update()
/dports/net/frr7/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c161 case NEXTHOP_TYPE_IFINDEX: in pbr_nh_hash_equal()
267 if (nhop->type == NEXTHOP_TYPE_IFINDEX in pbr_nhgroup_add_nexthop_cb()
403 case NEXTHOP_TYPE_IFINDEX: in pbr_nht_which_afi()
415 case NEXTHOP_TYPE_IFINDEX: in pbr_nht_which_afi()
805 case NEXTHOP_TYPE_IFINDEX: in pbr_nht_individual_nexthop_update()
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_zebra.c217 api_nh->type = NEXTHOP_TYPE_IFINDEX; in isis_zebra_route_add_route()
298 znh->type = NEXTHOP_TYPE_IFINDEX; in isis_zebra_prefix_install_prefix_sid()
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_zebra.c217 api_nh->type = NEXTHOP_TYPE_IFINDEX; in isis_zebra_route_add_route()
298 znh->type = NEXTHOP_TYPE_IFINDEX; in isis_zebra_prefix_install_prefix_sid()
/dports/net/olsrd/olsrd-0.9.8/lib/quagga/patches/
H A Dquagga-0.99.21.diff152 + && newhop->type == NEXTHOP_TYPE_IFINDEX)
171 + && newhop->type == NEXTHOP_TYPE_IFINDEX)
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dkernel.c181 api_nh->type = NEXTHOP_TYPE_IFINDEX; in zebra_route()
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dkernel.c181 api_nh->type = NEXTHOP_TYPE_IFINDEX; in zebra_route()

1234