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

/freebsd-11-stable/sys/netinet6/
H A Dmld6.h74 struct mldv2_record { struct
H A Dmld6.c2281 struct mldv2_record mr;
2282 struct mldv2_record *pmr;
2406 minrec0len = sizeof(struct mldv2_record);
2430 sizeof(struct mldv2_record)) /
2441 sizeof(struct mldv2_record)) / sizeof(struct in6_addr);
2463 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) {
2469 nbytes += sizeof(struct mldv2_record);
2490 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2494 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2575 pmr = (struct mldv2_record *)(mto
[all...]

Completed in 106 milliseconds