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

/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.h105 u_short mif6c_pifi; /* the index of the physical IF */ member in struct:mif6ctl
H A Dip6_mroute.c694 if (mifcp->mif6c_pifi == 0 || mifcp->mif6c_pifi > V_if_index) {
699 ifp = ifnet_byindex(mifcp->mif6c_pifi);
712 * register interface. So mif6c_pifi is automatically
715 mifcp->mif6c_pifi = ifp->if_index;

Completed in 180 milliseconds