Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dmld6.h69 struct mldv2_report { struct
H A Dmld6.c3198 struct mldv2_report *mld; in mld_v2_encap_report()
3222 M_ALIGN(mh, sizeof(struct ip6_hdr) + sizeof(struct mldv2_report)); in mld_v2_encap_report()
3227 mh->m_len = sizeof(struct ip6_hdr) + sizeof(struct mldv2_report); in mld_v2_encap_report()
3229 sizeof(struct mldv2_report) + mldreclen; in mld_v2_encap_report()
3242 mld = (struct mldv2_report *)(ip6 + 1); in mld_v2_encap_report()
3252 sizeof(struct ip6_hdr), sizeof(struct mldv2_report) + mldreclen); in mld_v2_encap_report()