Searched refs:IFF_RUNNING (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_at_pr_module.c150 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
199 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Dif_dummy.c244 ifnet_set_flags(ifp, IFF_UP | IFF_RUNNING, IFF_UP | IFF_RUNNING);
H A Dif.h129 #define IFF_RUNNING 0x40 /* resources allocated */ macro
160 (IFF_BROADCAST|IFF_POINTOPOINT|IFF_RUNNING|IFF_OACTIVE|\
H A Dether_inet_pr_module.c232 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
318 if ((ifnet_flags(ifp) & IFF_RUNNING) == 0) {
H A Dif_loop.c333 ifnet_set_flags(ifp, IFF_UP | IFF_RUNNING, IFF_UP | IFF_RUNNING);
H A Dif_gif.c289 if ((ifnet_flags(sc->gif_if) & IFF_RUNNING) == 0)
700 ifnet_set_flags(ifp, IFF_RUNNING | IFF_UP, IFF_RUNNING | IFF_UP);
H A Dether_inet6_pr_module.c212 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Dif_vlan.c969 if ((ifnet_flags(p) & (IFF_UP | IFF_RUNNING)) != (IFF_UP | IFF_RUNNING)) {
1265 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
1391 IFF_BROADCAST | IFF_MULTICAST | IFF_SIMPLEX | IFF_RUNNING);
H A Dbridge.c871 (ifp->if_flags & (IFF_UP|IFF_RUNNING)) == (IFF_UP|IFF_RUNNING) &&
H A Dif_fddisubr.c141 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
H A Dif_bond.c2063 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
2320 ifnet_set_flags(ifp, 0, IFF_RUNNING);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_arp.c526 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c2679 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) !=
2680 (IFF_UP|IFF_RUNNING))
H A Dnd6.c2278 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
H A Dnd6_nbr.c1352 if ((ifp->if_flags & IFF_RUNNING) == 0) {

Completed in 77 milliseconds