| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | trs_ipv6opts.py | 97 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 D | in.h | 12 #define IPPROTO_HOPOPTS 0 macro
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net.c | 24 [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 D | rte_ip.h | 534 case IPPROTO_HOPOPTS: in rte_ipv6_get_next_ext()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 844 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 D | ip6_fastfwd.c | 107 ip6->ip6_nxt == IPPROTO_HOPOPTS || in ip6_tryforward()
|
| H A D | icmp6.c | 939 case IPPROTO_HOPOPTS: in icmp6_notify_error()
|
| H A D | ip6_output.c | 631 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS); in ip6_output()
|
| /f-stack/freebsd/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 136 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in.h | 125 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
|
| /f-stack/freebsd/netinet/ |
| H A D | in.h | 142 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
|
| /f-stack/lib/ |
| H A D | ff_dpdk_kni.c | 304 case IPPROTO_HOPOPTS: case IPPROTO_ROUTING: case IPPROTO_DSTOPTS: in get_ipv6_hdr_len()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 904 #ifndef IPPROTO_HOPOPTS 905 # define IPPROTO_HOPOPTS 0 macro
|
| H A D | fil.c | 220 { 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 D | ng_checksum.c | 445 case IPPROTO_HOPOPTS: in checksum_ipv6()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.c | 856 case IPPROTO_HOPOPTS: in ng_netflow_rcvdata()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 1204 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 D | xform_ah.c | 457 case IPPROTO_HOPOPTS: in ah_massage_headers()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 125 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_subr.c | 1286 case IPPROTO_HOPOPTS:
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 1242 case IPPROTO_HOPOPTS: in pf_normalize_ip6()
|
| H A D | pf.c | 4888 case IPPROTO_HOPOPTS: in pf_test_state_icmp() 6402 case IPPROTO_HOPOPTS: in pf_test6()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1567 case IPPROTO_HOPOPTS: /* RFC 2460 */ in ipfw_chk()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 2103 if (next_proto == IPPROTO_HOPOPTS || in mlx5_flow_validate_item_ipv6()
|