Home
last modified time | relevance | path

Searched refs:IFF_RUNNING (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/usr.sbin/rpcbind/tests/
Daddrmerge_test.c194 IFF_LOOPBACK | IFF_UP | IFF_RUNNING | IFF_MULTICAST, false); in mock_lo0()
197 IFF_LOOPBACK | IFF_UP | IFF_RUNNING | IFF_MULTICAST, 0, false); in mock_lo0()
204 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb0()
208 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb0()
213 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb0()
222 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb1()
226 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb1()
231 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb1()
240 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb2()
244 IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_SIMPLEX | IFF_MULTICAST, in mock_igb2()
[all …]
/freebsd-12-stable/contrib/amd/libamu/
Dwire.c411 if ((ifap->ifa_flags & IFF_RUNNING) == 0)
533 if (ifr->ifr_flags == (IFF_UP|IFF_RUNNING))
538 if ((ifr->ifr_flags & IFF_RUNNING) == 0 ||
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/unix/
Difiter_getifaddrs.c166 #ifdef IFF_RUNNING in internal_current()
172 if ((ifa->ifa_flags & IFF_RUNNING) == 0) in internal_current()
/freebsd-12-stable/usr.sbin/rtsold/
Dif.c208 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) in interface_status()
/freebsd-12-stable/usr.sbin/wake/
Dwake.c124 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) { in find_ether()
/freebsd-12-stable/sbin/dhclient/
Ddispatch.c330 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) in interface_status()
/freebsd-12-stable/sbin/nos-tun/
Dnos-tun.c219 ifrq.ifr_flags &= ~(IFF_UP|IFF_RUNNING); in Finish()
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_bsd.c858 (ifm->ifm_flags & IFF_RUNNING) == 0) && in bsd_wireless_event_receive()
860 (drv->flags & IFF_RUNNING) != 0) { in bsd_wireless_event_receive()
866 (ifm->ifm_flags & IFF_RUNNING) != 0 && in bsd_wireless_event_receive()
868 (drv->flags & IFF_RUNNING) == 0)) { in bsd_wireless_event_receive()
Ddriver_wext.c640 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in wpa_driver_wext_event_rtm_newlink()
680 !(ifi->ifi_flags & IFF_RUNNING)) in wpa_driver_wext_event_rtm_newlink()
Ddriver_nl80211.c1229 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in wpa_driver_nl80211_event_rtm_newlink()
1318 !(ifi->ifi_flags & IFF_RUNNING)) { in wpa_driver_nl80211_event_rtm_newlink()
1401 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in wpa_driver_nl80211_event_rtm_dellink()
/freebsd-12-stable/sys/net/
Dif.h173 #define IFF_RUNNING IFF_DRV_RUNNING macro
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
DmibII_interfaces.c291 if (ifp->mib.ifmd_flags & IFF_RUNNING) { in op_ifentry()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
Dbridge_if.c408 if (ifp->mib.ifmd_flags & IFF_RUNNING) in bridge_update_bif()
596 if (ifp->mib.ifmd_flags & IFF_RUNNING) in bridge_attach_newif()
/freebsd-12-stable/contrib/wpa/src/ap/
Dvlan_full.c686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
/freebsd-12-stable/sys/dev/ce/
Dif_ce.c896 was_up = (ifp->if_flags & IFF_RUNNING) != 0; in ce_sioctl()
922 should_be_up = (ifp->if_flags & IFF_RUNNING) != 0; in ce_sioctl()
1284 if (d->ifp->if_flags & IFF_RUNNING) in ce_ioctl()
/freebsd-12-stable/sys/dev/otus/
Dif_otus.c2962 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) != in otus_set_key()
2963 (IFF_UP | IFF_RUNNING)) in otus_set_key()
3028 if (!(ic->ic_if.if_flags & IFF_RUNNING) || in otus_delete_key()
/freebsd-12-stable/contrib/libpcap/
Dpcap.c897 #ifdef IFF_RUNNING
898 if (if_flags & IFF_RUNNING)
Dpcap-linux.c987 ifr.ifr_flags |= IFF_UP|IFF_RUNNING;
/freebsd-12-stable/sys/dev/ral/
Drt2860.c3171 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) != in rt2860_set_key()
3172 (IFF_UP | IFF_RUNNING)) in rt2860_set_key()
/freebsd-12-stable/usr.sbin/route6d/
Droute6d.c2584 IFFLAG("RUNNING", IFF_RUNNING); in ifflags()
/freebsd-12-stable/share/doc/IPv6/
DIMPLEMENTATION273 IFF_RUNNING before the driver becomes ready, DAD code will try to transmit
/freebsd-12-stable/contrib/ntp/
DNEWS2869 * [Bug 2792] If the IFF_RUNNING interface flag is supported then an
DChangeLog1035 * [Bug 2792] If the IFF_RUNNING interface flag is supported then an
DCommitLog34374 [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface is ignored
34378 [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface is ignored
34382 [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface is ignored