Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Ddest6.c103 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()
H A Dip6_input.c1015 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
1105 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
/f-stack/freebsd/netinet/
H A Dip6.h149 #define IP6OPT_MINLEN 2 macro