/third_party/musl/include/net/ |
D | if.h | 35 #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/ |
D | if.h | 35 #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/ |
D | if.h | 35 #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/ |
D | if.h | 35 #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/ |
D | if.h | 35 #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/ |
D | bsd-ifaddrs.c | 35 #define IFF_RUNNING IFF_LINK macro 39 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
|
D | ibmi.c | 406 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()
|
D | os390.c | 471 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()
|
D | aix.c | 1159 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()
|
D | linux-core.c | 621 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
|
D | sunos.c | 808 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
|
/third_party/libuv/src/unix/ |
D | bsd-ifaddrs.c | 35 #define IFF_RUNNING IFF_LINK macro 39 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
|
D | ibmi.c | 406 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()
|
D | os390.c | 471 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()
|
D | aix.c | 1159 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()
|
D | linux-core.c | 621 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
|
D | sunos.c | 808 if (!((ent->ifa_flags & IFF_UP) && (ent->ifa_flags & IFF_RUNNING))) in uv__ifaddr_exclude()
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 396 {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/ |
D | ifconfig.c | 409 {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/ |
D | pty04.c | 262 ifreq.ifr_flags |= IFF_UP | IFF_RUNNING; in open_netdev()
|
/third_party/rust/crates/nix/src/net/ |
D | if_.rs | 70 IFF_RUNNING;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_full.c | 686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_full.c | 686 (ifi->ifi_flags & IFF_RUNNING) ? "[RUNNING]" : "", in vlan_read_ifnames()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 259 IFF_RUNNING
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 509 pub const IFF_RUNNING: ::c_int = 0x40; // resources allocated constant
|