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

/freebsd-10.0-release/usr.sbin/mld6query/
H A Dmld6.c188 u_int8_t raopt[IP6OPT_RTALERT_LEN]; local
249 hbhlen = sizeof(raopt);
286 raopt[0] = IP6OPT_ROUTER_ALERT;
287 raopt[1] = IP6OPT_RTALERT_LEN - 2;
288 memcpy(&raopt[2], (caddr_t)&rtalert_code, sizeof(u_short));
289 if (inet6_option_append(cmsgp, raopt, 4, 0))

Completed in 34 milliseconds