Searched refs:IP6OPT_MINLEN (Results 1 – 5 of 5) sorted by relevance
51 #ifndef IP6OPT_MINLEN52 #define IP6OPT_MINLEN 2 macro96 if (len - i < IP6OPT_MINLEN) { in ip6_sopt_print()124 if (len - i < IP6OPT_MINLEN) { in ip6_sopt_print()163 if (len - i < IP6OPT_MINLEN) { in ip6_opt_print()272 if (len - i < IP6OPT_MINLEN) { in ip6_opt_print()
141 #define IP6OPT_MINLEN 2 macro
95 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()
1139 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()1229 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
151 #define IP6OPT_MINLEN 2 macro