Home | History | Annotate | Download | only in netinet6

Lines Matching refs:mld_hdr

153 static struct mld_hdr *mld_allocbuf(struct mbuf **, struct in6_multi *, int);
349 struct mld_hdr *mldh;
359 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh));
550 struct mld_hdr *mldh;
597 sizeof(struct mld_hdr));
634 static struct mld_hdr *
638 struct mld_hdr *mldh;
659 (*mh)->m_pkthdr.len = sizeof(struct ip6_hdr) + sizeof(struct mld_hdr);
675 md->m_len = sizeof(struct mld_hdr);
676 mldh = mtod(md, struct mld_hdr *);
677 memset(mldh, 0, sizeof(struct mld_hdr));