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

/xnu-2782.1.97/bsd/netinet6/
H A Din6_src.c211 struct ip6_moptions *mopts; local
222 mopts = inp->in6p_moptions;
231 mopts = NULL;
249 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
310 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
611 struct ip6_pktopts *opts, struct ip6_moptions *mopts,
710 if (IN6_IS_ADDR_MULTICAST(dst) && mopts != NULL) {
711 IM6O_LOCK(mopts);
712 if ((ifp = ifp0 = mopts->im6o_multicast_ifp) != NULL) {
713 IM6O_UNLOCK(mopts);
610 selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct in6_ifaddr **retsrcia, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, int norouteok, struct ip6_out_args *ip6oa) argument
1141 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ip6_out_args *ip6oa, struct ifnet **retifp) argument
1216 in6_selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct in6_ifaddr **retsrcia, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, struct ip6_out_args *ip6oa) argument
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dudp_usrreq.c1307 struct ip_moptions *mopts; local
1578 mopts = inp->inp_moptions;
1579 if (mopts != NULL) {
1580 IMO_LOCK(mopts);
1581 IMO_ADDREF_LOCKED(mopts);
1583 mopts->imo_multicast_ifp != NULL) {
1585 inp->inp_last_outifp = mopts->imo_multicast_ifp;
1587 IMO_UNLOCK(mopts);
1610 error = ip_output(m, inpopts, &ro, soopts, mopts, &ipoa);
1613 if (mopts !
[all...]

Completed in 26 milliseconds