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

/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c1482 struct ip_mreq_source mreqs; local
1484 error = sooptcopyin(sopt, &mreqs,
1492 gsa->sin.sin_addr = mreqs.imr_multiaddr;
1496 ssa->sin.sin_addr = mreqs.imr_sourceaddr;
1498 if (!in_nullhost(mreqs.imr_interface))
1499 ifp = ip_multicast_if(&mreqs.imr_interface, &ifindex);
1504 IGMP_INET_PRINTF(mreqs.imr_interface,
2093 struct ip_mreq_source mreqs; local
2096 error = sooptcopyin(sopt, &mreqs,
2103 mreqs
2379 struct ip_mreq_source mreqs; local
[all...]

Completed in 31 milliseconds