Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip6opts.c54 #ifndef IP6OPT_RTALERT_LEN
55 #define IP6OPT_RTALERT_LEN 4 macro
168 if (len - i < IP6OPT_RTALERT_LEN) { in ip6_opt_print()
172 if (bp[i + 1] != IP6OPT_RTALERT_LEN - 2) { in ip6_opt_print()
Dip6.h139 #define IP6OPT_RTALERT_LEN 4 macro