Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dmld6.c1509 int mldlen = 0; in mld_input() local
1520 mldlen = sizeof(struct mldv2_query); in mld_input()
1522 mldlen = sizeof(struct mld_hdr); in mld_input()
1525 IP6_EXTHDR_CHECK(m, off, mldlen, return IPPROTO_DONE); in mld_input()
1526 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()