Home
last modified time | relevance | path

Searched refs:mopts (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_src.c192 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()
295 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
623 struct ip6_moptions *mopts, struct route_in6 *ro, in selectroute() argument
669 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) { in selectroute()
834 struct ip6_moptions *mopts, struct ifnet **retifp, in in6_selectif() argument
847 error = selectroute(dstsock, opts, mopts, &sro, retifp, &nh, 1, fibnum, 0); in in6_selectif()
892 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectroute() argument
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh60 set -A mopts "legacy" "none"
/f-stack/freebsd/net80211/
H A Dieee80211.c1854 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia() local
1872 mopt = mopts[mode]; in addmedia()