HomeSort by: relevance | last modified time | path
    Searched defs:mldh (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mld6query/
mld6.c 59 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;
  /src/sys/netinet6/
mld6.c 349 struct mld_hdr *mldh; local in function:mld_input
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->mld_type)
550 struct mld_hdr *mldh; local in function:mld_sendpkt
638 struct mld_hdr *mldh; local in function:mld_allocbuf
    [all...]

Completed in 56 milliseconds