Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip6opts.c120 if (len - i < IP6OPT_RTALERT_LEN) { in ip6_opt_print()
124 if (bp[i + 1] != IP6OPT_RTALERT_LEN - 2) { in ip6_opt_print()
Dip6.h141 #define IP6OPT_RTALERT_LEN 4 macro