Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcpdump/
H A Dipproto.h44 #ifndef IPPROTO_HOPOPTS
45 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
H A Dprint-ip6.c68 case IPPROTO_HOPOPTS: in ip6_finddst()
191 case IPPROTO_HOPOPTS: in nextproto6_cksum()
334 case IPPROTO_HOPOPTS: in ip6_print()
H A Dipproto.c24 { IPPROTO_HOPOPTS, "Options" },
H A Dprint-icmp6.c1352 case IPPROTO_HOPOPTS: in get_upperlayer()
/freebsd/sbin/ipf/libipf/
H A Dv6ionames.c15 { IPPROTO_HOPOPTS, 0x000001, 0, "hopopts" },
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h39 #define NEXTHDR_HOP IPPROTO_HOPOPTS
/freebsd/sys/netinet6/
H A Dip6_input.c831 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 Dip6_fastfwd.c106 ip6->ip6_nxt == IPPROTO_HOPOPTS || in ip6_tryforward()
H A Dicmp6.c960 case IPPROTO_HOPOPTS: in icmp6_notify_error()
H A Dip6_output.c603 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS); in ip6_output()
/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c133 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/freebsd/usr.bin/systat/
H A Dip6.c217 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 11, 35); in showip6()
/freebsd/sys/netinet/
H A Din.h139 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h884 #ifndef IPPROTO_HOPOPTS
885 # define IPPROTO_HOPOPTS 0 macro
H A Dfil.c212 { 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 Dng_checksum.c443 case IPPROTO_HOPOPTS: in checksum_ipv6()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1199 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 Dng_netflow.c867 case IPPROTO_HOPOPTS: in ng_netflow_rcvdata()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c123 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/freebsd/sys/netipsec/
H A Dxform_ah.c460 case IPPROTO_HOPOPTS: in ah_massage_headers()
/freebsd/sys/net/altq/
H A Daltq_subr.c1284 case IPPROTO_HOPOPTS:
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1158 case IPPROTO_HOPOPTS : in print_ipflog()
/freebsd/sbin/ping/
H A Dping6.c2567 case IPPROTO_HOPOPTS: in pr_retip()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1626 | IPFY_IPV6OPT_HOPOPTS { $$ = getv6optbyvalue(IPPROTO_HOPOPTS); }
/freebsd/contrib/libpcap/
H A Dgencode.c133 #ifndef IPPROTO_HOPOPTS
134 #define IPPROTO_HOPOPTS 0 macro
6210 s[i]->s.k = IPPROTO_HOPOPTS; in gen_protochain()

12