Home
last modified time | relevance | path

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

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