Searched refs:IP6OPT_BR_MINLEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-ip6opts.c63 #define IP6OPT_BR_MINLEN 2 macro
260 if (len - i < IP6OPT_BR_MINLEN) {
265 if (bp[i + 1] > IP6OPT_BR_MINLEN - 2) {
266 ip6_sopt_print(&bp[i + IP6OPT_BR_MINLEN],
267 (optlen - IP6OPT_BR_MINLEN));

Completed in 43 milliseconds