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

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h909 __private_extern__ void if_updown(struct ifnet *ifp, int up);
H A Dif.c1214 * if_updown will set the interface up or down. It will
1225 if_updown( function
1239 msleep(&ifp->if_eflags, NULL, 0, "if_updown", &tv);
1295 if_updown(ifp, 0);
1308 if_updown(ifp, 1);
H A Dkpi_interface.c384 /* If we are modifying the up/down state, call if_updown */
386 if_updown(interface, (new_flags & IFF_UP) == IFF_UP);

Completed in 16 milliseconds