Lines Matching refs:pmr
2876 struct mldv2_record *pmr; in mld_v2_enqueue_group_record() local
2900 pmr = NULL; in mld_v2_enqueue_group_record()
3087 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
3091 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + in mld_v2_enqueue_group_record()
3130 pmr->mr_numsrc = htons((uint16_t)msrcs); in mld_v2_enqueue_group_record()
3178 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) + off); in mld_v2_enqueue_group_record()
3225 pmr->mr_numsrc = htons((uint16_t)msrcs); in mld_v2_enqueue_group_record()
3275 struct mldv2_record *pmr; in mld_v2_enqueue_filter_change() local
3367 pmr = (struct mldv2_record *)(mtod(md, in mld_v2_enqueue_filter_change()
3372 pmr = (struct mldv2_record *)(mtod(md, in mld_v2_enqueue_filter_change()
3452 pmr->mr_type = MLD_ALLOW_NEW_SOURCES; in mld_v2_enqueue_filter_change()
3454 pmr->mr_type = MLD_BLOCK_OLD_SOURCES; in mld_v2_enqueue_filter_change()
3456 pmr->mr_numsrc = htons((uint16_t)rsrcs); in mld_v2_enqueue_filter_change()