Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance
1480 struct ip_mreq_source mreqs; in inp_block_unblock_source() local1482 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()1491 gsa->sin_addr = mreqs.imr_multiaddr; in inp_block_unblock_source()1495 ssa->sin_addr = mreqs.imr_sourceaddr; in inp_block_unblock_source()1497 if (!in_nullhost(mreqs.imr_interface)) { in inp_block_unblock_source()1498 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex); in inp_block_unblock_source()1505 IGMP_INET_PRINTF(mreqs.imr_interface, in inp_block_unblock_source()2121 struct ip_mreq_source mreqs; in inp_join_group() local2124 error = sooptcopyin(sopt, &mreqs, in inp_join_group()2131 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_join_group()[all …]