Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Din.h173 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
H A Din.c2845 case IPPROTO_NONE: in ipproto_cassert()
/xnu-10002.1.13/bsd/netinet6/
H A Dip6_input.c2252 case IPPROTO_NONE: in ip6_nexthdr()
2294 int off = 0, nxt = IPPROTO_NONE; in ip6_pkt_has_ulp()
2317 case IPPROTO_NONE: in ip6_pkt_has_ulp()
H A Draw_ip6.c287 if (proto == IPPROTO_NONE) { in rip6_input()