Lines Matching refs:mopts
191 struct ip6_moptions *mopts; in in6_selectsrc() local
212 mopts = inp->in6p_moptions; in in6_selectsrc()
214 mopts = NULL; in in6_selectsrc()
226 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
291 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
693 struct ip6_moptions *mopts, struct route_in6 *ro, in selectroute() argument
720 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) { in selectroute()
768 struct ip6_moptions *mopts, struct ifnet **retifp, in in6_selectif() argument
781 error = selectroute(dstsock, opts, mopts, &sro, retifp, &nh, 1, fibnum, 0); in in6_selectif()
826 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectroute() argument
832 return (selectroute(dstsock, opts, mopts, ro, retifp, in in6_selectroute()