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

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ip6opts.c54 #ifndef IP6OPT_RTALERT_LEN
55 #define IP6OPT_RTALERT_LEN 4 macro
170 if (len - i < IP6OPT_RTALERT_LEN) {
174 if (bp[i + 1] != IP6OPT_RTALERT_LEN - 2) {
H A Dip6.h137 #define IP6OPT_RTALERT_LEN 4 macro
/freebsd-10.0-release/usr.sbin/mld6query/
H A Dmld6.c188 u_int8_t raopt[IP6OPT_RTALERT_LEN];
287 raopt[1] = IP6OPT_RTALERT_LEN - 2;
/freebsd-10.0-release/sys/netinet/
H A Dip6.h147 #define IP6OPT_RTALERT_LEN 4 macro
/freebsd-10.0-release/sys/netinet6/
H A Dip6_input.c1163 if (hbhlen < IP6OPT_RTALERT_LEN) {
1167 if (*(opt + 1) != IP6OPT_RTALERT_LEN - 2) {
1174 optlen = IP6OPT_RTALERT_LEN;
H A Dmld6.c266 .ip6or_len = IP6OPT_RTALERT_LEN - 2,

Completed in 105 milliseconds