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

/freebsd-10.0-release/sys/netinet6/
H A Dmld6.h74 struct mldv2_record { struct
H A Dmld6.c2288 struct mldv2_record mr;
2289 struct mldv2_record *pmr;
2413 minrec0len = sizeof(struct mldv2_record);
2437 sizeof(struct mldv2_record)) /
2448 sizeof(struct mldv2_record)) / sizeof(struct in6_addr);
2470 if (!m_append(m, sizeof(struct mldv2_record), (void *)&mr)) {
2476 nbytes += sizeof(struct mldv2_record);
2497 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2501 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2582 pmr = (struct mldv2_record *)(mto
[all...]

Completed in 100 milliseconds