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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c214 struct ip6_moptions *mopts; local
227 mopts = inp->in6p_moptions;
231 mopts = NULL;
249 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
311 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
572 struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro,
669 if (IN6_IS_ADDR_MULTICAST(dst) && mopts != NULL) {
670 IM6O_LOCK(mopts);
671 if ((ifp = ifp0 = mopts->im6o_multicast_ifp) != NULL) {
672 IM6O_UNLOCK(mopts);
571 selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, int norouteok, const struct ip6_out_args *ip6oa) argument
1065 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, const struct ip6_out_args *ip6oa, struct ifnet **retifp) argument
1138 in6_selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, const struct ip6_out_args *ip6oa) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_usrreq.c1312 struct ip_moptions *mopts; local
1541 mopts = inp->inp_moptions;
1542 if (mopts != NULL) {
1543 IMO_LOCK(mopts);
1544 IMO_ADDREF_LOCKED(mopts);
1546 mopts->imo_multicast_ifp != NULL) {
1547 inp->inp_last_outifp = mopts->imo_multicast_ifp;
1549 IMO_UNLOCK(mopts);
1571 error = ip_output_list(m, 0, inpopts, &ro, soopts, mopts, &ipoa);
1574 if (mopts !
[all...]

Completed in 74 milliseconds