HomeSort by: relevance | last modified time | path
    Searched defs:raopt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mld6query/
mld6.c 166 u_int8_t raopt[IP6OPT_RTALERT_LEN]; local in function:make_msg
202 hbhlen = sizeof(raopt);
239 raopt[0] = IP6OPT_RTALERT;
240 raopt[1] = IP6OPT_RTALERT_LEN - 2;
241 memcpy(&raopt[2], (caddr_t)&rtalert_code, sizeof(u_short));
242 if (inet6_option_append(cmsgp, raopt, 4, 0))

Completed in 13 milliseconds