Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6.c1222 int mldlen; in mld_input() local
1240 mldlen = sizeof(struct mldv2_query); in mld_input()
1242 mldlen = sizeof(struct mld_hdr); in mld_input()
1244 if (m->m_len < off + mldlen) { in mld_input()
1245 m = m_pullup(m, off + mldlen); in mld_input()