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

/netbsd-6-1-5-RELEASE/usr.sbin/mld6query/
H A Dmld6.c170 u_short rtalert_code = htons(IP6OPT_RTALERT_MLD); local
233 (void)inet6_opt_set_val(optp, 0, &rtalert_code, sizeof(rtalert_code));
241 memcpy(&raopt[2], (caddr_t)&rtalert_code, sizeof(u_short));
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dmld6.c176 u_int16_t rtalert_code = htons((u_int16_t)IP6OPT_RTALERT_MLD); local
186 memcpy(&hbh_buf[6], (void *)&rtalert_code, sizeof(u_int16_t));

Completed in 61 milliseconds