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

/xnu-2422.115.4/bsd/netinet6/
H A Dmld6.c187 /*const*/ struct mld_hdr *);
189 const struct ip6_hdr *, /*const*/ struct mld_hdr *);
811 * Assumes that the query header has been pulled up to sizeof(mld_hdr).
818 /*const*/ struct mld_hdr *mld)
1306 * Assumes mld points to mld_hdr in pulled up mbuf chain.
1313 const struct ip6_hdr *ip6, /*const*/ struct mld_hdr *mld)
1471 struct mld_hdr *mld;
1482 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off);
1487 mldlen = sizeof(struct mld_hdr);
1489 IP6_EXTHDR_GET(mld, struct mld_hdr *,
[all...]
H A Dicmp6.c701 if (icmp6len < sizeof(struct mld_hdr))
722 if (icmp6len < sizeof(struct mld_hdr)) /* necessary? */
/xnu-2422.115.4/bsd/netinet/
H A Dicmp6.h207 struct mld_hdr { struct
214 #define mld6_hdr mld_hdr

Completed in 410 milliseconds