Home
last modified time | relevance | path

Searched refs:IP6OPT_JUMBO_LEN (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-ip6opts.c131 if (len - i < IP6OPT_JUMBO_LEN) { in ip6_opt_print()
135 if (bp[i + 1] != IP6OPT_JUMBO_LEN - 2) { in ip6_opt_print()
Dip6.h136 #define IP6OPT_JUMBO_LEN 6 macro