Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dmld6.c1513 int mldlen = 0; in mld_input() local
1524 mldlen = sizeof(struct mldv2_query); in mld_input()
1526 mldlen = sizeof(struct mld_hdr); in mld_input()
1529 IP6_EXTHDR_CHECK(m, off, mldlen, return IPPROTO_DONE); in mld_input()
1530 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()