Home
last modified time | relevance | path

Searched refs:IFF_SLAVE (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/ndk_musl_include/net/
Dif.h40 #define IFF_SLAVE 0x800 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/musl/include/net/
Dif.h40 #define IFF_SLAVE 0x800 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.h40 #define IFF_SLAVE 0x800 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.h40 #define IFF_SLAVE 0x800 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.h40 #define IFF_SLAVE 0x800 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/musl/porting/uniproton/kernel/include/net/
Dif.h40 #define IFF_SLAVE 0x800 macro
49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/third_party/rust/crates/nix/src/net/
Dif_.rs101 IFF_SLAVE;
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c49 #define IFF_SIMPLEX IFF_SLAVE
Dif_axe.c122 #define IFF_SIMPLEX IFF_SLAVE
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt339 IFF_SLAVE
Dlinux.txt830 IFF_SLAVE
Dandroid.txt703 IFF_SLAVE
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs670 pub const IFF_SLAVE: ::c_int = 0x800; constant
/third_party/toybox/toys/pending/
Dip.c795 {"ALLMULTI", IFF_ALLMULTI}, {"MASTER", IFF_MASTER}, {"SLAVE", IFF_SLAVE}, in print_link_output()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1644 pub const IFF_SLAVE: ::c_int = 0x800; constant
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h38724 IFF_SLAVE = 2048, enumerator