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

/freebsd-11.0-release/sys/netinet6/
H A Dmld6.h74 struct mldv2_record { struct
H A Dmld6.c2282 struct mldv2_record mr;
2283 struct mldv2_record *pmr;
2407 minrec0len = sizeof(struct mldv2_record);
2431 sizeof(struct mldv2_record)) /
2442 sizeof(struct mldv2_record)) / sizeof(struct in6_addr);
2464 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) {
2470 nbytes += sizeof(struct mldv2_record);
2491 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2495 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2576 pmr = (struct mldv2_record *)(mto
[all...]

Completed in 115 milliseconds