Home
last modified time | relevance | path

Searched refs:mld_hdr (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/netinet6/
Dmld6.c153 static struct mld_hdr *mld_allocbuf(struct mbuf **, struct in6_multi *, int);
349 struct mld_hdr *mldh; in mld_input()
359 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh)); in mld_input()
550 struct mld_hdr *mldh; in mld_sendpkt()
597 sizeof(struct mld_hdr)); in mld_sendpkt()
634 static struct mld_hdr *
638 struct mld_hdr *mldh; in mld_allocbuf()
659 (*mh)->m_pkthdr.len = sizeof(struct ip6_hdr) + sizeof(struct mld_hdr); in mld_allocbuf()
675 md->m_len = sizeof(struct mld_hdr); in mld_allocbuf()
676 mldh = mtod(md, struct mld_hdr *); in mld_allocbuf()
[all …]
Dicmp6.c139 __CTASSERT(sizeof(struct mld_hdr) == 24);
716 if (icmp6len < sizeof(struct mld_hdr)) in _icmp6_input()
734 if (icmp6len < sizeof(struct mld_hdr)) /* necessary? */ in _icmp6_input()
/netbsd/src/sys/netinet/
Dicmp6.h186 struct mld_hdr { struct
193 #define mld6_hdr mld_hdr argument