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

/freebsd-11.0-release/sys/netinet6/
H A Dmld6.h46 struct mldv2_query { struct
54 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query)
H A Dmld6.c797 * Assumes that the query header has been pulled up to sizeof(mldv2_query).
806 struct mldv2_query *mld;
831 mld = (struct mldv2_query *)(mtod(m, uint8_t *) + off);
858 if (icmp6len < sizeof(struct mldv2_query) +
980 struct mldv2_query *mld;
988 mld = (struct mldv2_query *)(mtod(m0, uint8_t *) + off);
1055 soff = off + sizeof(struct mldv2_query);
1257 icmp6len >= sizeof(struct mldv2_query)) {
1258 mldlen = sizeof(struct mldv2_query);
1278 } else if (icmp6len >= sizeof(struct mldv2_query)) {
[all...]

Completed in 104 milliseconds