Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance
1499 struct ip_mreq_source mreqs; in inp_block_unblock_source() local1501 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()1510 gsa->sin_addr = mreqs.imr_multiaddr; in inp_block_unblock_source()1514 ssa->sin_addr = mreqs.imr_sourceaddr; in inp_block_unblock_source()1516 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()1517 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()1524 IGMP_INET_PRINTF(mreqs.imr_interface, in inp_block_unblock_source()2130 struct ip_mreq_source mreqs; in inp_join_group() local2133 error = sooptcopyin(sopt, &mreqs, in inp_join_group()2140 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_join_group()[all …]