Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dmld6.c1508 int mldlen = 0; in mld_input() local
1519 mldlen = sizeof(struct mldv2_query); in mld_input()
1521 mldlen = sizeof(struct mld_hdr); in mld_input()
1524 IP6_EXTHDR_CHECK(m, off, mldlen, return IPPROTO_DONE); in mld_input()
1525 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()