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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h649 void if_updown(struct ifnet *ifp, int up);
H A Dif.c961 * if_updown will set the interface up or down. It will
972 if_updown( function
985 msleep(&ifp->if_eflags, NULL, 0, "if_updown", &tv);
1037 if_updown(ifp, 0);
1050 if_updown(ifp, 1);
H A Dkpi_interface.c260 /* If we are modifying the up/down state, call if_updown */
262 if_updown(interface, (new_flags & IFF_UP) == IFF_UP);

Completed in 31 milliseconds