HomeSort by: relevance | last modified time | path
    Searched refs:mld_hdr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
mld6.c 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 *);
    [all...]
icmp6.c 139 __CTASSERT(sizeof(struct mld_hdr) == 24);
716 if (icmp6len < sizeof(struct mld_hdr))
734 if (icmp6len < sizeof(struct mld_hdr)) /* necessary? */
  /src/sys/netinet/
icmp6.h 186 struct mld_hdr { struct
193 #define mld6_hdr mld_hdr

Completed in 15 milliseconds