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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h195 #define IP6OPT_JUMBO_LEN 6 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c1141 if (hbhlen < IP6OPT_JUMBO_LEN) {
1145 if (*(opt + 1) != IP6OPT_JUMBO_LEN - 2) {
1154 optlen = IP6OPT_JUMBO_LEN;

Completed in 32 milliseconds