Searched refs:mldv2_query (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dmld6.h73 struct mldv2_query { struct
81 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query)
H A Dmld6.c996 * Assumes that the query header has been pulled up to sizeof(mldv2_query).
1005 struct mldv2_query *mld;
1038 mld = (struct mldv2_query *)(mtod(m, uint8_t *) + off);
1067 if (icmp6len < sizeof(struct mldv2_query) +
1204 struct mldv2_query *mld;
1211 mld = (struct mldv2_query *)(mtod(m0, uint8_t *) + off);
1276 soff = off + sizeof(struct mldv2_query);
1484 icmp6len >= sizeof(struct mldv2_query)) {
1485 mldlen = sizeof(struct mldv2_query);
1505 } else if (icmp6len >= sizeof(struct mldv2_query)) {
[all...]

Completed in 27 milliseconds