Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_var.h1801 extern struct ifnet *if_withname(struct sockaddr *);
H A Drtsock.c920 if (Ifpaddr && (ifp = if_withname(Ifpaddr))) { in rt_setif()
H A Dif.c1706 if_withname(struct sockaddr *sa) in if_withname() function