Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dmld6.c2315 struct mldv2_record mr; in mld_v2_enqueue_group_record()
2316 struct mldv2_record *pmr; in mld_v2_enqueue_group_record()
2439 minrec0len = sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
2463 sizeof(struct mldv2_record)) / in mld_v2_enqueue_group_record()
2474 sizeof(struct mldv2_record)) / sizeof(struct in6_addr); in mld_v2_enqueue_group_record()
2496 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) { in mld_v2_enqueue_group_record()
2502 nbytes += sizeof(struct mldv2_record); in mld_v2_enqueue_group_record()
2523 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
2527 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
2608 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + off); in mld_v2_enqueue_group_record()
[all …]
Dmld6.h76 struct mldv2_record { struct