Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDmld6.c1245 int mldlen; in mld_input() local
1257 mldlen = sizeof(struct mldv2_query); in mld_input()
1259 mldlen = sizeof(struct mld_hdr); in mld_input()
1261 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()