Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din.h173 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
H A Din.c2304 case IPPROTO_NONE: in ipproto_cassert()
/xnu-11215.1.10/bsd/netinet6/
H A Dip6_input.c2268 case IPPROTO_NONE: in ip6_nexthdr()
2310 int off = 0, nxt = IPPROTO_NONE; in ip6_pkt_has_ulp()
2333 case IPPROTO_NONE: in ip6_pkt_has_ulp()
H A Draw_ip6.c288 if (proto == IPPROTO_NONE) { in rip6_input()
/xnu-11215.1.10/tests/skywalk/
H A Dskt_reass.c514 ip6f->ip6f_nxt = IPPROTO_NONE; in queue_limit_build()