Searched refs:IP6OPT_JUMBO_LEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-ip6opts.c57 #ifndef IP6OPT_JUMBO_LEN
58 #define IP6OPT_JUMBO_LEN 6 macro
181 if (len - i < IP6OPT_JUMBO_LEN) {
185 if (bp[i + 1] != IP6OPT_JUMBO_LEN - 2) {
H A Dip6.h134 #define IP6OPT_JUMBO_LEN 6 macro
/freebsd-10.3-release/sys/netinet/
H A Dip6.h175 #define IP6OPT_JUMBO_LEN 6 macro
/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c1164 if (hbhlen < IP6OPT_JUMBO_LEN) {
1168 if (*(opt + 1) != IP6OPT_JUMBO_LEN - 2) {
1175 optlen = IP6OPT_JUMBO_LEN;

Completed in 111 milliseconds