Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dmld6.c1516 int mldlen = 0; in mld_input() local
1527 mldlen = sizeof(struct mldv2_query); in mld_input()
1529 mldlen = sizeof(struct mld_hdr); in mld_input()
1532 IP6_EXTHDR_CHECK(m, off, mldlen, return IPPROTO_DONE); in mld_input()
1533 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()