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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h206 #define IP6OPT_JUMBO_LEN 6 macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c1347 if (hbhlen < IP6OPT_JUMBO_LEN) {
1351 if (*(opt + 1) != IP6OPT_JUMBO_LEN - 2) {
1358 optlen = IP6OPT_JUMBO_LEN;

Completed in 76 milliseconds