Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_var_private.h1558 extern struct ifnet *if_withname(struct sockaddr *);
H A Drtsock.c1007 if (Ifpaddr && (ifp = if_withname(Ifpaddr))) { in rt_setif()
H A Dif.c1852 if_withname(struct sockaddr *sa) in if_withname() function