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

/freebsd-13-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c194 IFF_LOOPBACK | IFF_UP | IFF_RUNNING | IFF_MULTICAST, false);
197 IFF_LOOPBACK | IFF_UP | IFF_RUNNING | IFF_MULTICAST, 0, false);
204 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
208 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
213 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
222 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
226 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
231 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
240 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST,
244 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLE
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Difiter_getifaddrs.c166 #ifdef IFF_RUNNING
172 if ((ifa->ifa_flags & IFF_RUNNING) == 0)
/freebsd-13-stable/usr.sbin/wake/
H A Dwake.c124 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) {
/freebsd-13-stable/usr.sbin/rtsold/
H A Dif.c208 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
/freebsd-13-stable/sbin/dhclient/
H A Ddispatch.c330 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING))
/freebsd-13-stable/sbin/nos-tun/
H A Dnos-tun.c219 ifrq.ifr_flags &= ~(IFF_UP|IFF_RUNNING);
/freebsd-13-stable/sys/net/
H A Dif.h172 #define IFF_RUNNING IFF_DRV_RUNNING macro
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1362 (ifm->ifm_flags & IFF_RUNNING) == 0) &&
1364 (drv->flags & IFF_RUNNING) != 0) {
1370 (ifm->ifm_flags & IFF_RUNNING) != 0 &&
1372 (drv->flags & IFF_RUNNING) == 0)) {
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c291 if (ifp->mib.ifmd_flags & IFF_RUNNING) {
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dvlan_full.c686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "",
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c408 if (ifp->mib.ifmd_flags & IFF_RUNNING)
596 if (ifp->mib.ifmd_flags & IFF_RUNNING)
/freebsd-13-stable/sys/dev/ce/
H A Dif_ce.c895 was_up = (ifp->if_flags & IFF_RUNNING) != 0;
921 should_be_up = (ifp->if_flags & IFF_RUNNING) != 0;
1283 if (d->ifp->if_flags & IFF_RUNNING)
/freebsd-13-stable/contrib/libpcap/
H A Dpcap.c897 #ifdef IFF_RUNNING
898 if (if_flags & IFF_RUNNING)
H A Dpcap-linux.c987 ifr.ifr_flags |= IFF_UP|IFF_RUNNING;
/freebsd-13-stable/sys/dev/otus/
H A Dif_otus.c2962 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) !=
2963 (IFF_UP | IFF_RUNNING))
3028 if (!(ic->ic_if.if_flags & IFF_RUNNING) ||
/freebsd-13-stable/sys/dev/ral/
H A Drt2860.c3173 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) !=
3174 (IFF_UP | IFF_RUNNING))
/freebsd-13-stable/usr.sbin/route6d/
H A Droute6d.c2584 IFFLAG("RUNNING", IFF_RUNNING);

Completed in 294 milliseconds