Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dmld6.c189 /*const*/ struct mld_hdr *);
191 const struct ip6_hdr *, /*const*/ struct mld_hdr *);
854 /*const*/ struct mld_hdr *mld) in mld_v1_input_query()
1355 const struct ip6_hdr *ip6, /*const*/ struct mld_hdr *mld) in mld_v1_input_report()
1515 struct mld_hdr *mld = NULL; in mld_input()
1524 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()
1529 mldlen = sizeof(struct mld_hdr); in mld_input()
1533 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()
1547 if (icmp6len == sizeof(struct mld_hdr)) { in mld_input()
2330 struct mld_hdr *mld; in mld_v1_transmit_report()
[all …]
H A Dicmp6.c744 if (icmp6len < sizeof(struct mld_hdr)) { in icmp6_input()
768 if (icmp6len < sizeof(struct mld_hdr)) { /* necessary? */ in icmp6_input()
/xnu-10063.101.15/bsd/netinet/
H A Dicmp6.h214 struct mld_hdr { struct
221 #define mld6_hdr mld_hdr argument