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

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-ip6opts.c51 #ifndef IP6OPT_MINLEN
52 #define IP6OPT_MINLEN 2 macro
96 if (len - i < IP6OPT_MINLEN) {
124 if (len - i < IP6OPT_MINLEN) {
163 if (len - i < IP6OPT_MINLEN) {
272 if (len - i < IP6OPT_MINLEN) {
H A Dip6.h141 #define IP6OPT_MINLEN 2 macro
/freebsd-10.3-release/sys/netinet6/
H A Ddest6.c95 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) {
H A Dip6_input.c1139 if (hbhlen < IP6OPT_MINLEN) {
1229 if (hbhlen < IP6OPT_MINLEN) {
/freebsd-10.3-release/sys/netinet/
H A Dip6.h151 #define IP6OPT_MINLEN 2 macro

Completed in 111 milliseconds