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

/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_usrreq.c1610 struct ifnet *outifp; local
1622 * If the destination route is unicast, update outifp with
1625 if (rt != NULL && (outifp = rt->rt_ifp) != inp->inp_last_outifp)
1626 inp->inp_last_outifp = outifp;

Completed in 23 milliseconds