Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6.c2282 struct mldv2_record mr; in mld_v2_enqueue_group_record()
2283 struct mldv2_record *pmr; in mld_v2_enqueue_group_record()
2406 minrec0len = sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
2430 sizeof(struct mldv2_record)) / in mld_v2_enqueue_group_record()
2441 sizeof(struct mldv2_record)) / sizeof(struct in6_addr); in mld_v2_enqueue_group_record()
2463 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
2469 nbytes += sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
2490 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
2494 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
2575 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + off); in mld_v2_enqueue_group_record()
[all …]
H A Dmld6.h74 struct mldv2_record { struct