Lines Matching refs:mopts
189 struct ip6_moptions *mopts; in in6_selectsrc() local
210 mopts = inp->in6p_moptions; in in6_selectsrc()
212 mopts = NULL; in in6_selectsrc()
224 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
289 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
691 struct ip6_moptions *mopts, struct route_in6 *ro, in selectroute() argument
718 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) { in selectroute()
766 struct ip6_moptions *mopts, struct ifnet **retifp, in in6_selectif() argument
779 error = selectroute(dstsock, opts, mopts, &sro, retifp, &nh, 1, fibnum, 0); in in6_selectif()
824 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectroute() argument
830 return (selectroute(dstsock, opts, mopts, ro, retifp, in in6_selectroute()