Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/ !
H A Din.h173 #define IPPROTO_NONE 59 /* IP6 no next header */ macro
/xnu-8020.140.41/bsd/netinet6/ !
H A Dip6_input.c2243 case IPPROTO_NONE: in ip6_nexthdr()
2285 int off = 0, nxt = IPPROTO_NONE; in ip6_pkt_has_ulp()
2308 case IPPROTO_NONE: in ip6_pkt_has_ulp()
H A Draw_ip6.c277 if (proto == IPPROTO_NONE) { in rip6_input()