Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance
1478 struct ip_mreq_source mreqs; in inp_block_unblock_source() local1480 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()1489 gsa->sin_addr = mreqs.imr_multiaddr; in inp_block_unblock_source()1493 ssa->sin_addr = mreqs.imr_sourceaddr; in inp_block_unblock_source()1495 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()1496 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()1503 IGMP_INET_PRINTF(mreqs.imr_interface, in inp_block_unblock_source()2109 struct ip_mreq_source mreqs; in inp_join_group() local2112 error = sooptcopyin(sopt, &mreqs, in inp_join_group()2119 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_join_group()[all …]