Home
last modified time | relevance | path

Searched refs:mreqs (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Din_mcast.c1499 struct ip_mreq_source mreqs; in inp_block_unblock_source() local
1501 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() local
2133 error = sooptcopyin(sopt, &mreqs, in inp_join_group()
2140 mreqs.imr_interface = mreqs.imr_sourceaddr; in inp_join_group()
[all …]