HomeSort by relevance Sort by last modified time
    Searched refs:IP6OPT_JUMBO_LEN (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ip6opts.c 57 #ifndef IP6OPT_JUMBO_LEN
58 #define IP6OPT_JUMBO_LEN 6
179 if (len - i < IP6OPT_JUMBO_LEN) {
183 if (bp[i + 1] != IP6OPT_JUMBO_LEN - 2) {
ip6.h 136 #define IP6OPT_JUMBO_LEN 6

Completed in 10 milliseconds