Home
last modified time | relevance | path

Searched refs:IPPROTO_ROUTING (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py100 self.assertEqual(resp[IPv6ExtHdrHopByHop].nh, socket.IPPROTO_ROUTING)
110 self.assertEqual(d[IPv6ExtHdrHopByHop].nh, socket.IPPROTO_ROUTING)
154 self.assertEqual(resp[IPv6ExtHdrHopByHop].nh, socket.IPPROTO_ROUTING)
/f-stack/dpdk/lib/librte_eal/windows/include/netinet/
H A Din.h18 #define IPPROTO_ROUTING 43 macro
/f-stack/dpdk/lib/librte_net/
H A Drte_net.c25 [IPPROTO_ROUTING] = RTE_PTYPE_L3_IPV6_EXT - RTE_PTYPE_L3_IPV6, in ptype_l3_ip6()
76 [IPPROTO_ROUTING] = RTE_PTYPE_INNER_L3_IPV6_EXT - in ptype_inner_l3_ip6()
193 case IPPROTO_ROUTING: in rte_net_skip_ip6_ext()
H A Drte_ip.h535 case IPPROTO_ROUTING: in rte_ipv6_get_next_ext()
/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dtcpmod.c136 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/f-stack/tools/compat/include/netinet/
H A Din.h164 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/f-stack/freebsd/netinet/
H A Din.h181 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/f-stack/freebsd/netinet6/
H A Dip6_input.c1443 case IPPROTO_ROUTING: in ip6_savecontrol()
1473 case IPPROTO_ROUTING: in ip6_savecontrol()
1676 case IPPROTO_ROUTING: in ip6_nexthdr()
H A Din6_proto.c259 .pr_protocol = IPPROTO_ROUTING,
H A Dicmp6.c959 case IPPROTO_ROUTING: in icmp6_notify_error()
H A Dip6_output.c635 IPPROTO_ROUTING); in ip6_output()
/f-stack/lib/
H A Dff_dpdk_kni.c304 case IPPROTO_HOPOPTS: case IPPROTO_ROUTING: case IPPROTO_DSTOPTS: in get_ipv6_hdr_len()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h916 #ifndef IPPROTO_ROUTING
917 # define IPPROTO_ROUTING 43 macro
H A Dfil.c222 { IPPROTO_ROUTING, 0x000004 },
514 case IPPROTO_ROUTING :
745 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING);
/f-stack/freebsd/netgraph/
H A Dng_checksum.c446 case IPPROTO_ROUTING: in checksum_ipv6()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c857 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
/f-stack/freebsd/netipsec/
H A Dxform_ah.c493 case IPPROTO_ROUTING: in ah_massage_headers()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c125 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/f-stack/freebsd/net/altq/
H A Daltq_subr.c1287 case IPPROTO_ROUTING:
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c1204 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1230 case IPPROTO_ROUTING: in pf_normalize_ip6()
H A Dpf.c4889 case IPPROTO_ROUTING: in pf_test_state_icmp()
6371 case IPPROTO_ROUTING: { in pf_test6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1575 case IPPROTO_ROUTING: /* RFC 2460 */ in ipfw_chk()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c2104 next_proto == IPPROTO_ROUTING || in mlx5_flow_validate_item_ipv6()