Home
last modified time | relevance | path

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

12

/third_party/musl/include/net/
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/
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/
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/
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_a/kernel/include/net/
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/
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()
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()
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()
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()
Dlinux-core.c621 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
Dsunos.c808 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
/third_party/libuv/src/unix/
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()
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()
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()
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()
Dlinux-core.c621 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
Dsunos.c808 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
/third_party/toybox/toys/net/
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/
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/
Dpty04.c262 ifreq.ifr_flags |= IFF_UP | IFF_RUNNING; in open_netdev()
/third_party/rust/crates/nix/src/net/
Dif_.rs70 IFF_RUNNING;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan_full.c686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan_full.c686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt259 IFF_RUNNING
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs509 pub const IFF_RUNNING: ::c_int = 0x40; // resources allocated constant

12