/freebsd/contrib/tcpdump/ |
H A D | ipproto.h | 44 #ifndef IPPROTO_HOPOPTS 45 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
|
H A D | print-ip6.c | 68 case IPPROTO_HOPOPTS: in ip6_finddst() 191 case IPPROTO_HOPOPTS: in nextproto6_cksum() 334 case IPPROTO_HOPOPTS: in ip6_print()
|
H A D | ipproto.c | 24 { IPPROTO_HOPOPTS, "Options" },
|
H A D | print-icmp6.c | 1352 case IPPROTO_HOPOPTS: in get_upperlayer()
|
/freebsd/sbin/ipf/libipf/ |
H A D | v6ionames.c | 15 { IPPROTO_HOPOPTS, 0x000001, 0, "hopopts" },
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | ipv6.h | 39 #define NEXTHDR_HOP IPPROTO_HOPOPTS
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 831 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) { in ip6_input() 1400 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) { in ip6_savecontrol() 1443 case IPPROTO_HOPOPTS: in ip6_savecontrol() 1481 case IPPROTO_HOPOPTS: in ip6_savecontrol() 1674 case IPPROTO_HOPOPTS: in ip6_nexthdr()
|
H A D | ip6_fastfwd.c | 106 ip6->ip6_nxt == IPPROTO_HOPOPTS || in ip6_tryforward()
|
H A D | icmp6.c | 960 case IPPROTO_HOPOPTS: in icmp6_notify_error()
|
H A D | ip6_output.c | 603 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS); in ip6_output()
|
/freebsd/sys/netpfil/ipfw/pmod/ |
H A D | tcpmod.c | 133 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
|
/freebsd/usr.bin/systat/ |
H A D | ip6.c | 217 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 11, 35); in showip6()
|
/freebsd/sys/netinet/ |
H A D | in.h | 139 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 884 #ifndef IPPROTO_HOPOPTS 885 # define IPPROTO_HOPOPTS 0 macro
|
H A D | fil.c | 212 { IPPROTO_HOPOPTS, 0x000001 }, 491 case IPPROTO_HOPOPTS : in ipf_pr_ipv6hdr() 689 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS); in ipf_pr_hopopts6() 1035 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS); in ipf_pr_ah6()
|
/freebsd/sys/netgraph/ |
H A D | ng_checksum.c | 443 case IPPROTO_HOPOPTS: in checksum_ipv6()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 1199 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr() 1212 if (proto == IPPROTO_HOPOPTS && ip6->ip6_plen == 0) in nat64_getlasthdr()
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.c | 867 case IPPROTO_HOPOPTS: in ng_netflow_rcvdata()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 123 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 460 case IPPROTO_HOPOPTS: in ah_massage_headers()
|
/freebsd/sys/net/altq/ |
H A D | altq_subr.c | 1284 case IPPROTO_HOPOPTS:
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 1158 case IPPROTO_HOPOPTS : in print_ipflog()
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 2567 case IPPROTO_HOPOPTS: in pr_retip()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 1626 | IPFY_IPV6OPT_HOPOPTS { $$ = getv6optbyvalue(IPPROTO_HOPOPTS); }
|
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 133 #ifndef IPPROTO_HOPOPTS 134 #define IPPROTO_HOPOPTS 0 macro 6210 s[i]->s.k = IPPROTO_HOPOPTS; in gen_protochain()
|