Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Ddest6.c106 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()
H A Dip6_input.c1602 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
1692 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
/xnu-8020.101.4/bsd/netinet/
H A Dip6.h197 #define IP6OPT_MINLEN 2 macro