Home
last modified time | relevance | path

Searched refs:nexthop_type (Results 1 – 7 of 7) sorted by relevance

/dports/net/quagga/quagga-1.2.4/pimd/
H A Dpim_zlookup.c223 enum nexthop_types_t nexthop_type; in zclient_read_nexthop() local
231 nexthop_type = stream_getc(s); in zclient_read_nexthop()
234 switch (nexthop_type) { in zclient_read_nexthop()
246 if (nexthop_type == ZEBRA_NEXTHOP_IPV4_IFINDEX) { in zclient_read_nexthop()
295 nexthop_type, addr_str); in zclient_read_nexthop()
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_zlookup.c228 enum nexthop_types_t nexthop_type; in zclient_read_nexthop() local
233 nexthop_type = stream_getc(s); in zclient_read_nexthop()
247 switch (nexthop_type) { in zclient_read_nexthop()
316 __func__, nexthop_type, addr_str, in zclient_read_nexthop()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_zlookup.c228 enum nexthop_types_t nexthop_type; in zclient_read_nexthop() local
233 nexthop_type = stream_getc(s); in zclient_read_nexthop()
247 switch (nexthop_type) { in zclient_read_nexthop()
316 __func__, nexthop_type, addr_str, in zclient_read_nexthop()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dzserv.c909 u_char nexthop_type; in zread_ipv4_add() local
945 nexthop_type = stream_getc (s); in zread_ipv4_add()
947 switch (nexthop_type) in zread_ipv4_add()
1015 u_char nexthop_type; in zread_ipv4_delete() local
1042 nexthop_type = stream_getc (s); in zread_ipv4_delete()
1044 switch (nexthop_type) in zread_ipv4_delete()
1134 u_char nexthop_type; in zread_ipv6_add() local
1176 nexthop_type = stream_getc (s); in zread_ipv6_add()
1178 switch (nexthop_type) in zread_ipv6_add()
1272 u_char nexthop_type; in zread_ipv6_delete() local
[all …]
/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_zebra.py161 nexthop_type = zebra.ZEBRA_NEXTHOP_IFINDEX variable in TestZebraIPv4ImportLookupFromZebra
171 eq_(self.nexthop_type, body.nexthops[0].type)
215 nexthop_type = zebra.ZEBRA_NEXTHOP_IFINDEX variable in TestZebraIPv4NexthopLookupMRibFromZebra
225 eq_(self.nexthop_type, body.nexthops[0].type)
248 nexthop_type = zebra.ZEBRA_NEXTHOP_IFINDEX variable in TestZebraNexthopUpdateIPv6
259 eq_(self.nexthop_type, body.nexthops[0].type)
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Drt_netlink.c111 enum nexthop_types_t nexthop_type) in is_route_v4_over_v6() argument
114 && (nexthop_type == NEXTHOP_TYPE_IPV6 in is_route_v4_over_v6()
115 || nexthop_type == NEXTHOP_TYPE_IPV6_IFINDEX)) in is_route_v4_over_v6()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Drt_netlink.c111 enum nexthop_types_t nexthop_type) in is_route_v4_over_v6() argument
114 && (nexthop_type == NEXTHOP_TYPE_IPV6 in is_route_v4_over_v6()
115 || nexthop_type == NEXTHOP_TYPE_IPV6_IFINDEX)) in is_route_v4_over_v6()