Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py101 self.assertEqual(resp[IPv6ExtHdrRouting].nh, socket.IPPROTO_DSTOPTS)
111 self.assertEqual(d[IPv6ExtHdrRouting].nh, socket.IPPROTO_DSTOPTS)
155 self.assertEqual(resp[IPv6ExtHdrRouting].nh, socket.IPPROTO_DSTOPTS)
/f-stack/dpdk/lib/librte_eal/windows/include/netinet/
H A Din.h25 #define IPPROTO_DSTOPTS 60 macro
/f-stack/dpdk/lib/librte_net/
H A Drte_net.c29 [IPPROTO_DSTOPTS] = RTE_PTYPE_L3_IPV6_EXT - RTE_PTYPE_L3_IPV6, in ptype_l3_ip6()
84 [IPPROTO_DSTOPTS] = RTE_PTYPE_INNER_L3_IPV6_EXT - in ptype_inner_l3_ip6()
194 case IPPROTO_DSTOPTS: in rte_net_skip_ip6_ext()
H A Drte_ip.h536 case IPPROTO_DSTOPTS: in rte_ipv6_get_next_ext()
/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dtcpmod.c137 proto == IPPROTO_DSTOPTS) { in tcpmod_ipv6_setmss()
/f-stack/tools/compat/include/netinet/
H A Din.h181 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
/f-stack/freebsd/netinet/
H A Din.h198 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
/f-stack/freebsd/netinet6/
H A Dip6_input.c1442 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1462 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1677 case IPPROTO_DSTOPTS: in ip6_nexthdr()
H A Din6_proto.c251 .pr_protocol = IPPROTO_DSTOPTS,
H A Dip6_output.c623 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output()
633 IPPROTO_DSTOPTS); in ip6_output()
H A Dicmp6.c940 case IPPROTO_DSTOPTS: in icmp6_notify_error()
/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.h937 #ifndef IPPROTO_DSTOPTS
938 # define IPPROTO_DSTOPTS 60 macro
H A Dfil.c227 { IPPROTO_DSTOPTS, 0x000080 },
510 case IPPROTO_DSTOPTS :
869 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS);
/f-stack/freebsd/netgraph/
H A Dng_checksum.c444 case IPPROTO_DSTOPTS: in checksum_ipv6()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c858 case IPPROTO_DSTOPTS: in ng_netflow_rcvdata()
/f-stack/freebsd/netipsec/
H A Dxform_ah.c458 case IPPROTO_DSTOPTS: in ah_massage_headers()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c126 proto == IPPROTO_DSTOPTS) { in nptv6_getlasthdr()
/f-stack/freebsd/net/altq/
H A Daltq_subr.c1288 case IPPROTO_DSTOPTS: {
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c1205 proto == IPPROTO_DSTOPTS) { in nat64_getlasthdr()
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1231 case IPPROTO_DSTOPTS: in pf_normalize_ip6()
H A Dpf.c4890 case IPPROTO_DSTOPTS: { in pf_test_state_icmp()
6403 case IPPROTO_DSTOPTS: { in pf_test6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1623 case IPPROTO_DSTOPTS: /* RFC 2460 */ in ipfw_chk()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c2108 next_proto == IPPROTO_DSTOPTS) in mlx5_flow_validate_item_ipv6()