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

/darwin-on-arm/xnu/bsd/net/
H A Dether_at_pr_module.c146 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
199 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Dif_pflog.c241 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
243 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.h142 #define IFF_RUNNING 0x40 /* resources allocated */ macro
205 (IFF_BROADCAST|IFF_POINTOPOINT|IFF_RUNNING|IFF_OACTIVE|\
H A Dether_inet6_pr_module.c219 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Dif_bridge.c1421 (ifp->if_flags & IFF_RUNNING)) {
1430 !(ifp->if_flags & IFF_RUNNING)) {
2842 if ((ifnet_flags(ifp) & IFF_RUNNING))
2849 error = ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
2870 if ((ifnet_flags(ifp) & IFF_RUNNING) == 0)
2880 (void) ifnet_set_flags(ifp, 0, IFF_RUNNING);
3050 if ((sc->sc_ifp->if_flags & IFF_RUNNING) == 0) {
3081 if ((dst_if->if_flags & IFF_RUNNING) == 0)
3120 if ((dst_if->if_flags & IFF_RUNNING)
[all...]
H A Dif_gif.c778 ifnet_set_flags(ifp, IFF_RUNNING | IFF_UP, IFF_RUNNING | IFF_UP);
H A Dif_loop.c507 ifnet_set_flags(ifp, IFF_UP|IFF_RUNNING, IFF_UP|IFF_RUNNING);
H A Dif_utun.c257 ifnet_set_flags(pcb->utun_ifp, IFF_RUNNING, IFF_RUNNING);
H A Dif_vlan.c1126 if ((ifnet_flags(p) & (IFF_UP | IFF_RUNNING)) != (IFF_UP | IFF_RUNNING)) {
1451 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
1589 IFF_BROADCAST | IFF_MULTICAST | IFF_SIMPLEX | 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.c2045 ifnet_set_flags(ifp, IFF_RUNNING, IFF_RUNNING);
2302 ifnet_set_flags(ifp, 0, IFF_RUNNING);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c909 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1736 (ifp->if_flags & IFF_RUNNING) == 0 ||
1944 if ((ifp->if_flags & IFF_RUNNING) == 0) {
H A Din6.c3461 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) !=
3462 (IFF_UP|IFF_RUNNING))
H A Dnd6.c3510 if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))

Completed in 132 milliseconds