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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c2458 struct ifnet *bifp = ifa_best->ia_ifp; local
2460 if (bifp == oifp && ifp != oifp) /* (1) */
2462 if (bifp != oifp && ifp == oifp) /* (2) */
2466 * Both bifp and ifp are on the outgoing

Completed in 22 milliseconds