Lines Matching refs:pmr
2858 struct mldv2_record *pmr; in mld_v2_enqueue_group_record() local
2882 pmr = NULL; in mld_v2_enqueue_group_record()
3069 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
3073 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
3112 pmr->mr_numsrc = htons((uint16_t)msrcs); in mld_v2_enqueue_group_record()
3160 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + off); in mld_v2_enqueue_group_record()
3207 pmr->mr_numsrc = htons((uint16_t)msrcs); in mld_v2_enqueue_group_record()
3257 struct mldv2_record *pmr; in mld_v2_enqueue_filter_change() local
3349 pmr = (struct mldv2_record *)(mtod(md, in mld_v2_enqueue_filter_change()
3354 pmr = (struct mldv2_record *)(mtod(md, in mld_v2_enqueue_filter_change()
3434 pmr->mr_type = MLD_ALLOW_NEW_SOURCES; in mld_v2_enqueue_filter_change()
3436 pmr->mr_type = MLD_BLOCK_OLD_SOURCES; in mld_v2_enqueue_filter_change()
3438 pmr->mr_numsrc = htons((uint16_t)rsrcs); in mld_v2_enqueue_filter_change()