Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance
1493 struct ip_mreq_source mreqs; in inp_block_unblock_source() local1495 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()1504 gsa->sin_addr = mreqs.imr_multiaddr; in inp_block_unblock_source()1508 ssa->sin_addr = mreqs.imr_sourceaddr; in inp_block_unblock_source()1510 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()1511 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()1518 IGMP_INET_PRINTF(mreqs.imr_interface, in inp_block_unblock_source()2124 struct ip_mreq_source mreqs; in inp_join_group() local2127 error = sooptcopyin(sopt, &mreqs, in inp_join_group()2134 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_join_group()[all …]