Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py97 self.assertEqual(resp[IPv6].nh, socket.IPPROTO_HOPOPTS)
109 self.assertEqual(d[IPv6].nh, socket.IPPROTO_HOPOPTS)
153 self.assertEqual(resp[IPv6].nh, socket.IPPROTO_HOPOPTS)
/f-stack/dpdk/lib/librte_eal/windows/include/netinet/
H A Din.h12 #define IPPROTO_HOPOPTS 0 macro
/f-stack/dpdk/lib/librte_net/
H A Drte_net.c24 [IPPROTO_HOPOPTS] = RTE_PTYPE_L3_IPV6_EXT - RTE_PTYPE_L3_IPV6, in ptype_l3_ip6()
74 [IPPROTO_HOPOPTS] = RTE_PTYPE_INNER_L3_IPV6_EXT - in ptype_inner_l3_ip6()
192 case IPPROTO_HOPOPTS: in rte_net_skip_ip6_ext()
H A Drte_ip.h534 case IPPROTO_HOPOPTS: in rte_ipv6_get_next_ext()
/f-stack/freebsd/netinet6/
H A Dip6_input.c844 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) { in ip6_input()
1401 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) { in ip6_savecontrol()
1444 case IPPROTO_HOPOPTS: in ip6_savecontrol()
1483 case IPPROTO_HOPOPTS: in ip6_savecontrol()
1675 case IPPROTO_HOPOPTS: in ip6_nexthdr()
H A Dip6_fastfwd.c107 ip6->ip6_nxt == IPPROTO_HOPOPTS || in ip6_tryforward()
H A Dicmp6.c939 case IPPROTO_HOPOPTS: in icmp6_notify_error()
H A Dip6_output.c631 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS); in ip6_output()
/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.h125 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
/f-stack/freebsd/netinet/
H A Din.h142 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
/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.h904 #ifndef IPPROTO_HOPOPTS
905 # define IPPROTO_HOPOPTS 0 macro
H A Dfil.c220 { IPPROTO_HOPOPTS, 0x000001 },
502 case IPPROTO_HOPOPTS :
703 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
1058 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
/f-stack/freebsd/netgraph/
H A Dng_checksum.c445 case IPPROTO_HOPOPTS: in checksum_ipv6()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c856 case IPPROTO_HOPOPTS: in ng_netflow_rcvdata()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c1204 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
1217 if (proto == IPPROTO_HOPOPTS && ip6->ip6_plen == 0) in nat64_getlasthdr()
/f-stack/freebsd/netipsec/
H A Dxform_ah.c457 case IPPROTO_HOPOPTS: 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.c1286 case IPPROTO_HOPOPTS:
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1242 case IPPROTO_HOPOPTS: in pf_normalize_ip6()
H A Dpf.c4888 case IPPROTO_HOPOPTS: in pf_test_state_icmp()
6402 case IPPROTO_HOPOPTS: in pf_test6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1567 case IPPROTO_HOPOPTS: /* RFC 2460 */ in ipfw_chk()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c2103 if (next_proto == IPPROTO_HOPOPTS || in mlx5_flow_validate_item_ipv6()