Home
last modified time | relevance | path

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

12

/third_party/libuv/src/unix/
H A Dbsd-ifaddrs.c35 #define IFF_RUNNING IFF_LINK macro
39 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
H A Dibmi.c411 if (!(cur->ifa_flags & IFF_UP && cur->ifa_flags & IFF_RUNNING)) in uv_interface_addresses()
436 if (!(cur->ifa_flags & IFF_UP && cur->ifa_flags & IFF_RUNNING)) in uv_interface_addresses()
H A Dos390.c478 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
531 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
H A Daix.c1175 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
1208 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
H A Dsunos.c815 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dif.h35 #define IFF_RUNNING 0x40 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif.h35 #define IFF_RUNNING 0x40 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif.h35 #define IFF_RUNNING 0x40 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif.h35 #define IFF_RUNNING 0x40 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/musl/include/net/
H A Dif.h35 #define IFF_RUNNING 0x40 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/node/deps/uv/src/unix/
H A Dbsd-ifaddrs.c35 #define IFF_RUNNING IFF_LINK macro
39 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
H A Dibmi.c406 if (!(cur->ifa_flags & IFF_UP && cur->ifa_flags & IFF_RUNNING)) in uv_interface_addresses()
431 if (!(cur->ifa_flags & IFF_UP && cur->ifa_flags & IFF_RUNNING)) in uv_interface_addresses()
H A Daix.c1159 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
1192 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
H A Dos390.c471 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
524 if (!(flg.ifr_flags & IFF_UP && flg.ifr_flags & IFF_RUNNING)) in uv_interface_addresses()
H A Dlinux-core.c621 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
H A Dsunos.c808 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
/third_party/toybox/toys/net/
H A Difconfig.c396 {0, IFF_UP|IFF_RUNNING, SIOCSIFADDR}, in ifconfig_main()
397 {"up", IFF_UP|IFF_RUNNING, 0}, in ifconfig_main()
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c409 {0, IFF_UP|IFF_RUNNING, SIOCSIFADDR}, in ifconfig_main()
410 {"up", IFF_UP|IFF_RUNNING, 0}, in ifconfig_main()
/third_party/ltp/testcases/kernel/pty/
H A Dpty04.c262 ifreq.ifr_flags |= IFF_UP | IFF_RUNNING; in open_netdev()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs70 IFF_RUNNING;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dvlan_full.c686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dvlan_full.c686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs509 pub const IFF_RUNNING: ::c_int = 0x40; // resources allocated consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A 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()

Completed in 28 milliseconds

12