Searched refs:IP6OPT_RTALERT_LEN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h175 #define IP6OPT_RTALERT_LEN 4 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dmld6.c142 hbh_buf[5] = IP6OPT_RTALERT_LEN - 2;
H A Dip6_input.c1122 if (hbhlen < IP6OPT_RTALERT_LEN) {
1126 if (*(opt + 1) != IP6OPT_RTALERT_LEN - 2) {
1135 optlen = IP6OPT_RTALERT_LEN;

Completed in 28 milliseconds