Home
last modified time | relevance | path

Searched refs:NEXTHOP_TYPE_IPV4_IFINDEX (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dnexthop.c75 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_g_addr_cmp()
133 case NEXTHOP_TYPE_IPV4_IFINDEX: in _nexthop_cmp_no_labels()
219 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_same_firsthop()
382 nexthop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_from_ipv4_ifindex()
470 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop2str()
790 case NEXTHOP_TYPE_IPV4_IFINDEX: in printfrr_nh()
H A Dnexthop_group.c177 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhg_nh_find()
771 nhop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_group_parse_nexthop()
982 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_write_nexthop_simple()
1048 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_json_nexthop()
1239 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_interface_state_change()
1271 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_interface_state_change()
H A Dnexthop.h45 NEXTHOP_TYPE_IPV4_IFINDEX, /* IPv4 nexthop with ifindex. */ enumerator
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dnexthop.c75 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_g_addr_cmp()
133 case NEXTHOP_TYPE_IPV4_IFINDEX: in _nexthop_cmp_no_labels()
219 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_same_firsthop()
382 nexthop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_from_ipv4_ifindex()
470 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop2str()
790 case NEXTHOP_TYPE_IPV4_IFINDEX: in printfrr_nh()
H A Dnexthop_group.c177 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhg_nh_find()
771 nhop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_group_parse_nexthop()
982 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_write_nexthop_simple()
1048 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_json_nexthop()
1239 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_interface_state_change()
1271 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_group_interface_state_change()
H A Dnexthop.h45 NEXTHOP_TYPE_IPV4_IFINDEX, /* IPv4 nexthop with ifindex. */ enumerator
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_nb_state.c538 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_get_keys()
609 nexthop_lookup.type = NEXTHOP_TYPE_IPV4_IFINDEX; in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
623 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
637 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
677 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_nh_type_get_elem()
720 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_gateway_get_elem()
H A Dzebra_nhg.c355 case (NEXTHOP_TYPE_IPV4_IFINDEX): in zebra_nhe_init()
821 case (NEXTHOP_TYPE_IPV4_IFINDEX): in zebra_nhg_find()
1639 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_set_resolved()
1645 resolved_hop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_set_resolved()
1671 resolved_hop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_set_resolved()
1762 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_valid_resolve()
2152 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_active_check()
H A Dzebra_fpm_netlink.c214 || nexthop->type == NEXTHOP_TYPE_IPV4_IFINDEX) { in netlink_route_info_add_nh()
432 if (nhi->type == NEXTHOP_TYPE_IPV4_IFINDEX in netlink_route_info_encode()
H A Dzebra_mpls.c748 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhlfe_nexthop_active()
1184 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhlfe2str()
1218 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhlfe_nhop_match()
1221 if (!cmp && nhop->type == NEXTHOP_TYPE_IPV4_IFINDEX) in nhlfe_nhop_match()
1290 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhlfe_alloc()
1521 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhlfe_json()
1580 case NEXTHOP_TYPE_IPV4_IFINDEX: in nhlfe_print()
2992 case NEXTHOP_TYPE_IPV4_IFINDEX: in ftn_update_znh()
2994 && znh->type != NEXTHOP_TYPE_IPV4_IFINDEX) in ftn_update_znh()
2999 if (nexthop->type == NEXTHOP_TYPE_IPV4_IFINDEX in ftn_update_znh()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_nb_state.c538 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_get_keys()
609 nexthop_lookup.type = NEXTHOP_TYPE_IPV4_IFINDEX; in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
623 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
637 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_lookup_entry()
677 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_nh_type_get_elem()
720 case NEXTHOP_TYPE_IPV4_IFINDEX: in lib_vrf_zebra_ribs_rib_route_route_entry_nexthop_group_nexthop_gateway_get_elem()
H A Dzebra_nhg.c355 case (NEXTHOP_TYPE_IPV4_IFINDEX): in zebra_nhe_init()
821 case (NEXTHOP_TYPE_IPV4_IFINDEX): in zebra_nhg_find()
1639 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_set_resolved()
1645 resolved_hop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_set_resolved()
1671 resolved_hop->type = NEXTHOP_TYPE_IPV4_IFINDEX; in nexthop_set_resolved()
1762 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_valid_resolve()
2152 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_active_check()
H A Dzebra_fpm_netlink.c214 || nexthop->type == NEXTHOP_TYPE_IPV4_IFINDEX) { in netlink_route_info_add_nh()
432 if (nhi->type == NEXTHOP_TYPE_IPV4_IFINDEX in netlink_route_info_encode()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Drip_nb_state.c237 case NEXTHOP_TYPE_IPV4_IFINDEX: in ripd_instance_state_routes_route_next_hop_get_elem()
256 case NEXTHOP_TYPE_IPV4_IFINDEX: in ripd_instance_state_routes_route_interface_get_elem()
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Drip_nb_state.c237 case NEXTHOP_TYPE_IPV4_IFINDEX: in ripd_instance_state_routes_route_next_hop_get_elem()
256 case NEXTHOP_TYPE_IPV4_IFINDEX: in ripd_instance_state_routes_route_interface_get_elem()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dnexthop.h41 NEXTHOP_TYPE_IPV4_IFINDEX, /* IPv4 nexthop with ifindex. */ enumerator
H A Dnexthop.c46 case NEXTHOP_TYPE_IPV4_IFINDEX: in nexthop_same_no_recurse()
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_zebra.c214 api_nh->type = NEXTHOP_TYPE_IPV4_IFINDEX; in isis_zebra_route_add_route()
320 ? NEXTHOP_TYPE_IPV4_IFINDEX in isis_zebra_prefix_install_prefix_sid()
414 ? NEXTHOP_TYPE_IPV4_IFINDEX in isis_zebra_send_adjacency_sid()
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_zebra.c214 api_nh->type = NEXTHOP_TYPE_IPV4_IFINDEX; in isis_zebra_route_add_route()
320 ? NEXTHOP_TYPE_IPV4_IFINDEX in isis_zebra_prefix_install_prefix_sid()
414 ? NEXTHOP_TYPE_IPV4_IFINDEX in isis_zebra_send_adjacency_sid()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drt_socket.c122 nexthop->type == NEXTHOP_TYPE_IPV4_IFINDEX) in kernel_rtm_ipv4()
129 || nexthop->type == NEXTHOP_TYPE_IPV4_IFINDEX) in kernel_rtm_ipv4()
H A Dzebra_routemap.c440 case NEXTHOP_TYPE_IPV4_IFINDEX: in route_match_ip_next_hop()
504 case NEXTHOP_TYPE_IPV4_IFINDEX: in route_match_ip_next_hop_prefix_list()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c163 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nh_hash_equal()
398 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nht_which_afi()
418 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nht_which_afi()
745 if (pnhc->nexthop.type == NEXTHOP_TYPE_IPV4_IFINDEX in pbr_nht_individual_nexthop_gw_update()
814 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nht_individual_nexthop_update()
/dports/net/frr7/frr-frr-7.5.1/pbrd/
H A Dpbr_nht.c163 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nh_hash_equal()
398 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nht_which_afi()
418 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nht_which_afi()
745 if (pnhc->nexthop.type == NEXTHOP_TYPE_IPV4_IFINDEX in pbr_nht_individual_nexthop_gw_update()
814 case NEXTHOP_TYPE_IPV4_IFINDEX: in pbr_nht_individual_nexthop_update()
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dkernel.c183 api_nh->type = NEXTHOP_TYPE_IPV4_IFINDEX; in zebra_route()
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dkernel.c183 api_nh->type = NEXTHOP_TYPE_IPV4_IFINDEX; in zebra_route()

1234