Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif_var_private.h1363 extern struct ifnet *if_withname(struct sockaddr *);
H A Drtsock.c920 if (Ifpaddr && (ifp = if_withname(Ifpaddr))) { in rt_setif()
H A Dif.c1723 if_withname(struct sockaddr *sa) in if_withname() function