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

/freebsd-10.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.c799 * Assumes that the query header has been pulled up to sizeof(mldv2_query).
808 struct mldv2_query *mld;
833 mld = (struct mldv2_query *)(mtod(m, uint8_t *) + off);
860 if (icmp6len < sizeof(struct mldv2_query) +
982 struct mldv2_query *mld;
990 mld = (struct mldv2_query *)(mtod(m0, uint8_t *) + off);
1057 soff = off + sizeof(struct mldv2_query);
1259 icmp6len >= sizeof(struct mldv2_query)) {
1260 mldlen = sizeof(struct mldv2_query);
1280 } else if (icmp6len >= sizeof(struct mldv2_query)) {
[all...]

Completed in 41 milliseconds