Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dipproto.h44 #ifndef IPPROTO_HOPOPTS
45 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
H A Dprint-ip6.c70 case IPPROTO_HOPOPTS: in ip6_finddst()
193 case IPPROTO_HOPOPTS: in nextproto6_cksum()
340 case IPPROTO_HOPOPTS: in ip6_print()
H A Dipproto.c26 { IPPROTO_HOPOPTS, "Options" },
H A Dprint-icmp6.c1367 case IPPROTO_HOPOPTS: in get_upperlayer()
/dragonfly/sys/netinet6/
H A Dip6_input.c554 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) { in ip6_input()
1131 if (ip6->ip6_nxt == IPPROTO_HOPOPTS) { in ip6_savecontrol()
1230 case IPPROTO_HOPOPTS: in ip6_savecontrol()
1293 case IPPROTO_HOPOPTS: in ip6_savecontrol()
1378 case IPPROTO_HOPOPTS: in ip6_pullexthdr()
1507 case IPPROTO_HOPOPTS: in ip6_nexthdr()
H A Dip6_output.c280 MAKE_CHAIN(exthdrs.ip6e_hbh, mprev, nexthdrp, IPPROTO_HOPOPTS); in ip6_output()
H A Dicmp6.c888 case IPPROTO_HOPOPTS: in icmp6_notify_error()
/dragonfly/usr.bin/systat/
H A Dip6.c209 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 12, 35); in showip6()
/dragonfly/sys/netinet/
H A Din.h104 #define IPPROTO_HOPOPTS 0 /* IP6 hop-by-hop options */ macro
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c280 case IPPROTO_HOPOPTS: in ip6opts_match()
/dragonfly/sbin/ping6/
H A Dping6.c2351 case IPPROTO_HOPOPTS: in pr_retip()
/dragonfly/sys/net/pf/
H A Dpf_norm.c1188 case IPPROTO_HOPOPTS: in pf_normalize_ip6()
H A Dpf.c5362 case IPPROTO_HOPOPTS: in pf_test_state_icmp()
6982 case IPPROTO_HOPOPTS: in pf_test6()
/dragonfly/contrib/libpcap/
H A Dgencode.c154 #ifndef IPPROTO_HOPOPTS
155 #define IPPROTO_HOPOPTS 0 macro
6178 s[i]->s.k = IPPROTO_HOPOPTS; in gen_protochain()