Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dipproto.h101 #ifndef IPPROTO_DSTOPTS
102 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */ macro
H A Dprint-ip6.c71 case IPPROTO_DSTOPTS: in ip6_finddst()
194 case IPPROTO_DSTOPTS: in nextproto6_cksum()
350 case IPPROTO_DSTOPTS: in ip6_print()
H A Dprint-icmp6.c1368 case IPPROTO_DSTOPTS: in get_upperlayer()
/dragonfly/sys/netinet6/
H A Dip6_input.c1228 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1266 case IPPROTO_DSTOPTS: in ip6_savecontrol()
1376 case IPPROTO_DSTOPTS: in ip6_pullexthdr()
1509 case IPPROTO_DSTOPTS: in ip6_nexthdr()
H A Din6_proto.c201 .pr_protocol = IPPROTO_DSTOPTS, PR_ATOMIC|PR_ADDR,
H A Dip6_output.c255 ip6->ip6_nxt = IPPROTO_DSTOPTS; in ip6_output()
281 MAKE_CHAIN(exthdrs.ip6e_dest1, mprev, nexthdrp, IPPROTO_DSTOPTS); in ip6_output()
H A Dicmp6.c889 case IPPROTO_DSTOPTS: in icmp6_notify_error()
/dragonfly/usr.bin/systat/
H A Dip6.c207 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 11, 35); in showip6()
/dragonfly/sys/netinet/
H A Din.h160 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c296 case IPPROTO_DSTOPTS: in ip6opts_match()
/dragonfly/sbin/ping6/
H A Dping6.c2356 case IPPROTO_DSTOPTS: in pr_retip()
/dragonfly/sys/net/pf/
H A Dpf_norm.c1178 case IPPROTO_DSTOPTS: in pf_normalize_ip6()
H A Dpf.c5364 case IPPROTO_DSTOPTS: { in pf_test_state_icmp()
6983 case IPPROTO_DSTOPTS: { in pf_test6()
/dragonfly/contrib/libpcap/
H A Dgencode.c163 #ifndef IPPROTO_DSTOPTS
164 #define IPPROTO_DSTOPTS 60 macro
6185 s[i]->s.k = IPPROTO_DSTOPTS; in gen_protochain()