Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance
1431 struct ip_mreq_source mreqs; in inp_block_unblock_source() local1433 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()1441 gsa->sin.sin_addr = mreqs.imr_multiaddr; in inp_block_unblock_source()1447 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()2016 struct ip_mreq_source mreqs; in inp_join_group() local2027 gsa->sin.sin_addr = mreqs.imr_multiaddr; in inp_join_group()2035 mreqs.imr_interface); in inp_join_group()2293 struct ip_mreq_source mreqs; in inp_leave_group() local2318 error = sooptcopyin(sopt, &mreqs, in inp_leave_group()2326 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_leave_group()[all …]