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

/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dmld6.c329 struct mld_hdr *mldh; local
336 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh));
337 if (mldh == NULL) {
367 ip6_sprintf(&ip6->ip6_src), ip6_sprintf(&mldh->mld_addr));
376 mld_addr = mldh->mld_addr;
395 switch (mldh->mld_type) {
420 timer = ntohs(mldh->mld_maxdelay);
466 if (!IN6_IS_ADDR_MULTICAST(&mldh->mld_addr))
486 log(LOG_ERR, "mld_input: illegal type(%d)", mldh
499 struct mld_hdr *mldh; local
568 struct mld_hdr *mldh; local
[all...]
/netbsd-6-1-5-RELEASE/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;

Completed in 65 milliseconds