Searched refs:if_next (Results 1 – 3 of 3) sorted by relevance
13 struct iface *if_next; member
1369 iftail = &cifp->if_next; in new_interface()1470 for (ifp = iflist; ifp; ifp = ifp->if_next)
1653 for (; addr != NULL; addr = ifnet.if_next) {