Lines Matching refs:mldv2_record
2875 struct mldv2_record mr; in mld_v2_enqueue_group_record()
2876 struct mldv2_record *pmr; in mld_v2_enqueue_group_record()
2999 minrec0len = sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
3023 sizeof(struct mldv2_record)) / in mld_v2_enqueue_group_record()
3034 sizeof(struct mldv2_record)) / sizeof(struct in6_addr); in mld_v2_enqueue_group_record()
3059 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
3066 nbytes += sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
3087 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
3091 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
3178 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + off); in mld_v2_enqueue_group_record()
3181 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
3189 nbytes += sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
3192 sizeof(struct mldv2_record)) / sizeof(struct in6_addr); in mld_v2_enqueue_group_record()
3272 sizeof(struct mldv2_record) + sizeof(struct in6_addr); in mld_v2_enqueue_filter_change()
3274 struct mldv2_record mr; in mld_v2_enqueue_filter_change()
3275 struct mldv2_record *pmr; in mld_v2_enqueue_filter_change()
3321 sizeof(struct mldv2_record)) / in mld_v2_enqueue_filter_change()
3338 sizeof(struct mldv2_record)) / in mld_v2_enqueue_filter_change()
3362 npbytes += sizeof(struct mldv2_record); in mld_v2_enqueue_filter_change()
3366 sizeof(struct mldv2_record), &off); in mld_v2_enqueue_filter_change()
3367 pmr = (struct mldv2_record *)(mtod(md, in mld_v2_enqueue_filter_change()
3372 pmr = (struct mldv2_record *)(mtod(md, in mld_v2_enqueue_filter_change()
3374 sizeof(struct mldv2_record)); in mld_v2_enqueue_filter_change()
3437 npbytes -= sizeof(struct mldv2_record); in mld_v2_enqueue_filter_change()
3446 struct mldv2_record))); in mld_v2_enqueue_filter_change()