Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmroute6.c209 if (IF_ISSET(mifi, &mfc.mf6c_ifset)) in mroute6pr()
/freebsd/sys/netinet6/
H A Dip6_mroute.h238 struct if_set mf6c_ifset; /* set of outgoing IFs */ member
H A Dip6_mroute.c829 rt->mf6c_ifset = mfccp->mf6cc_ifset; in add_m6fc()
866 rt->mf6c_ifset = mfccp->mf6cc_ifset; in add_m6fc()
907 rt->mf6c_ifset = mfccp->mf6cc_ifset; in add_m6fc()
931 rt->mf6c_ifset = mfccp->mf6cc_ifset; in add_m6fc()
1487 if (IF_ISSET(mifi, &rt->mf6c_ifset)) { in ip6_mdq()