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

/xnu-2422.115.4/bsd/net/
H A Dif_pflog.c240 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
242 ifnet_set_flags(ifp, 0, IFF_RUNNING);
H A Dether_inet_pr_module.c237 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
329 if (!(ifnet_flags(ifp) & IFF_RUNNING)) {
H A Dif.h144 #define IFF_RUNNING 0x40 /* resources allocated */ macro
207 (IFF_BROADCAST|IFF_POINTOPOINT|IFF_RUNNING|IFF_OACTIVE|\
H A Dether_inet6_pr_module.c232 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Dif_bridge.c1532 (ifp->if_flags & IFF_RUNNING)) {
1541 !(ifp->if_flags & IFF_RUNNING)) {
3393 if ((ifnet_flags(ifp) & IFF_RUNNING))
3396 error = ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
3425 if ((ifnet_flags(ifp) & IFF_RUNNING) == 0)
3436 (void) ifnet_set_flags(ifp, 0, IFF_RUNNING);
3603 if ((sc->sc_ifp->if_flags & IFF_RUNNING) == 0) {
3634 if ((dst_if->if_flags & IFF_RUNNING) == 0)
3673 if ((dst_if->if_flags & IFF_RUNNING)
[all...]
H A Dif_loop.c495 ifnet_set_flags(ifp, IFF_UP|IFF_RUNNING, IFF_UP|IFF_RUNNING);
H A Dif_vlan.c1129 if ((ifnet_flags(p) & (IFF_UP | IFF_RUNNING)) != (IFF_UP | IFF_RUNNING)) {
1454 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
1592 IFF_BROADCAST | IFF_MULTICAST | IFF_SIMPLEX | IFF_RUNNING);
H A Dif_gif.c880 ifnet_set_flags(ifp, IFF_RUNNING | IFF_UP, IFF_RUNNING |
H A Dif_ipsec.c267 ifnet_set_flags(pcb->ipsec_ifp, IFF_RUNNING, IFF_RUNNING);
H A Dif_utun.c257 ifnet_set_flags(pcb->utun_ifp, IFF_RUNNING, IFF_RUNNING);
H A Dbridgestp.c300 if ((ifp->if_flags & IFF_RUNNING) == 0)
414 if ((ifp->if_flags & IFF_RUNNING) == 0)
H A Dif_bond.c2048 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
2305 ifnet_set_flags(ifp, 0, IFF_RUNNING);
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c1005 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_nbr.c1697 (ifp->if_flags & IFF_RUNNING) == 0 ||
1911 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Din6.c3793 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) !=
3794 (IFF_UP|IFF_RUNNING))
H A Dnd6.c3785 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))

Completed in 96 milliseconds