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

/netbsd-6-1-5-RELEASE/usr.sbin/mld6query/
H A Dmld6.c166 u_int8_t raopt[IP6OPT_RTALERT_LEN]; local
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 94 milliseconds