sys/netinet6/mld6.c
1011
soff = off + sizeof(struct mldv2_query);
sys/netinet6/mld6.c
1214
icmp6len >= sizeof(struct mldv2_query)) {
sys/netinet6/mld6.c
1215
mldlen = sizeof(struct mldv2_query);
sys/netinet6/mld6.c
1240
} else if (icmp6len >= sizeof(struct mldv2_query)) {
sys/netinet6/mld6.c
1242
(struct mldv2_query *)mld, off, icmp6len) != 0)
sys/netinet6/mld6.c
135
struct mbuf *, struct mldv2_query *, const int, const int);
sys/netinet6/mld6.c
143
struct mldv2_query *, const int);
sys/netinet6/mld6.c
754
struct mbuf *m, struct mldv2_query *mld, const int off, const int icmp6len)
sys/netinet6/mld6.c
815
if (icmp6len < sizeof(struct mldv2_query) +
sys/netinet6/mld6.c
930
int timer, struct mbuf *m0, struct mldv2_query *mld, const int off)
sys/netinet6/mld6.c
960
m0->m_pkthdr.len >= off + sizeof(struct mldv2_query) +
sys/netinet6/mld6.c
963
m0->m_pkthdr.len, off + sizeof(struct mldv2_query) +
sys/netinet6/mld6.h
54
#define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query)