Home
last modified time | relevance | path

Searched refs:IP6OPT_MINLEN (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/tcpdump/
HDprint-ip6opts.c51 #ifndef IP6OPT_MINLEN
52 #define IP6OPT_MINLEN 2 macro
96 if (len - i < IP6OPT_MINLEN) { in ip6_sopt_print()
124 if (len - i < IP6OPT_MINLEN) { in ip6_sopt_print()
163 if (len - i < IP6OPT_MINLEN) { in ip6_opt_print()
272 if (len - i < IP6OPT_MINLEN) { in ip6_opt_print()
HDip6.h141 #define IP6OPT_MINLEN 2 macro
/trueos/sys/netinet6/
HDdest6.c95 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()
HDip6_input.c1139 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
1229 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
/trueos/sys/netinet/
HDip6.h151 #define IP6OPT_MINLEN 2 macro