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

/netbsd-current/usr.sbin/mld6query/
H A Dmld6.c59 static struct mld6_hdr mldh; variable in typeref:struct:mld6_hdr
182 iov[0].iov_base = (caddr_t)&mldh;
183 iov[0].iov_len = sizeof(mldh);
187 bzero(&mldh, sizeof(mldh));
188 mldh.mld6_type = type & 0xff;
189 mldh.mld6_maxdelay = htons(QUERY_RESPONSE_INTERVAL);
190 mldh.mld6_addr = *addr;
/netbsd-current/sys/netinet6/
H A Dmld6.c349 struct mld_hdr *mldh; local
359 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh));
360 if (mldh == NULL) {
394 IN6_PRINT(ip6bufm, &mldh->mld_addr));
402 mld_addr = mldh->mld_addr;
420 switch (mldh->mld_type) {
447 timer = ntohs(mldh->mld_maxdelay);
505 if (!IN6_IS_ADDR_MULTICAST(&mldh->mld_addr))
530 log(LOG_ERR, "mld_input: illegal type(%d)", mldh
550 struct mld_hdr *mldh; local
638 struct mld_hdr *mldh; local
[all...]

Completed in 75 milliseconds