HomeSort by: relevance | last modified time | path
    Searched refs:IP6OPT_RTALERT_LEN (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mld6query/
mld6.c 166 u_int8_t raopt[IP6OPT_RTALERT_LEN];
240 raopt[1] = IP6OPT_RTALERT_LEN - 2;
  /src/sys/netinet/
ip6.h 164 #define IP6OPT_RTALERT_LEN 4
  /src/sys/netinet6/
ip6_input.c 926 if (hbhlen < IP6OPT_RTALERT_LEN) {
930 if (*(opt + 1) != IP6OPT_RTALERT_LEN - 2) {
937 optlen = IP6OPT_RTALERT_LEN;
mld6.c 177 hbh_buf[5] = IP6OPT_RTALERT_LEN - 2;

Completed in 14 milliseconds