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

/external/tcpdump/
H A Dprint-ip6opts.c57 #ifndef IP6OPT_JUMBO_LEN
58 #define IP6OPT_JUMBO_LEN 6 macro
179 if (len - i < IP6OPT_JUMBO_LEN) {
183 if (bp[i + 1] != IP6OPT_JUMBO_LEN - 2) {
H A Dip6.h136 #define IP6OPT_JUMBO_LEN 6 macro

Completed in 46 milliseconds