Home
last modified time | relevance | path

Searched refs:IPPROTO_NONE (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dipproto.h98 #ifndef IPPROTO_NONE
99 #define IPPROTO_NONE 59 /* IPv6 no next header */ macro
H A Dprint-ip-demux.c219 case IPPROTO_NONE: in ip_demux_print()
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c426 useproto = IPPROTO_NONE; in main()
508 case IPPROTO_NONE: in main()
509 if ((sndsock = socket(AF_INET6, SOCK_RAW, IPPROTO_NONE)) < 0) { in main()
589 case IPPROTO_NONE: in main()
638 sizeof(i)) < 0 && useproto != IPPROTO_NONE) { in main()
879 case IPPROTO_NONE: in send_probe()
1063 case IPPROTO_NONE: in packet_ok()
1120 while (lim - cp >= (nh == IPPROTO_NONE ? 0 : 8)) { in get_uphdr()
1129 case IPPROTO_NONE: in get_uphdr()
/dragonfly/usr.sbin/rtsold/
H A Dprobe.c81 if ((probesock = socket(AF_INET6, SOCK_RAW, IPPROTO_NONE)) < 0) { in probe_init()
/dragonfly/usr.bin/systat/
H A Dip6.c223 DO(ip6s_nxthist[IPPROTO_NONE], 20, 35); in showip6()
/dragonfly/sys/netinet/
H A Din.h159 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
/dragonfly/sys/netinet6/
H A Draw_ip6.c215 if (proto == IPPROTO_NONE) in rip6_input()
H A Dip6_input.c1518 case IPPROTO_NONE: in ip6_nexthdr()
/dragonfly/sys/net/ip6fw/
H A Dip6_fw.c292 case IPPROTO_NONE: in ip6opts_match()
/dragonfly/contrib/libpcap/
H A Dgencode.c6158 #ifndef IPPROTO_NONE in gen_protochain()
6159 #define IPPROTO_NONE 59 in gen_protochain()
6165 s[i]->s.k = IPPROTO_NONE; in gen_protochain()