Home
last modified time | relevance | path

Searched defs:ESOCKTNOSUPPORT (Results 1 – 25 of 161) sorted by relevance

1234567

/external/trusty/arm-trusted-firmware/include/lib/libc/
Derrno.h98 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h98 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/external/rust/android-crates-io/crates/nix/src/
Derrno.rs933 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
1179 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
1419 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
1640 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
1859 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
2076 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
2295 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
2546 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
2945 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
3155 ESOCKTNOSUPPORT = libc::ESOCKTNOSUPPORT, enumerator
/external/curl/lib/
Dcurl_setup_once.h337 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/external/trusty/lk/lib/libc/include/
Derrno.h140 #define ESOCKTNOSUPPORT 124 /* Socket type not supported */ macro
/external/musl/arch/generic/bits/
Derrno.h94 #define ESOCKTNOSUPPORT 94 macro
/external/trusty/musl/arch/powerpc64/bits/
Derrno.h94 #define ESOCKTNOSUPPORT 94 macro
/external/trusty/musl/arch/mips64/bits/
Derrno.h93 #define ESOCKTNOSUPPORT 121 macro
/external/trusty/musl/arch/mips/bits/
Derrno.h93 #define ESOCKTNOSUPPORT 121 macro
/external/trusty/musl/arch/generic/bits/
Derrno.h96 #define ESOCKTNOSUPPORT 94 macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dsetup_once.h474 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/external/musl/arch/mipsn32/bits/
Derrno.h93 #define ESOCKTNOSUPPORT 121 macro
/external/musl/arch/powerpc64/bits/
Derrno.h94 #define ESOCKTNOSUPPORT 94 macro
/external/musl/arch/powerpc/bits/
Derrno.h94 #define ESOCKTNOSUPPORT 94 macro
/external/trusty/musl/arch/powerpc/bits/
Derrno.h94 #define ESOCKTNOSUPPORT 94 macro
/external/musl/arch/mips64/bits/
Derrno.h93 #define ESOCKTNOSUPPORT 121 macro
/external/trusty/musl/arch/mipsn32/bits/
Derrno.h93 #define ESOCKTNOSUPPORT 121 macro
/external/musl/arch/mips/bits/
Derrno.h93 #define ESOCKTNOSUPPORT 121 macro
/external/rust/android-crates-io/crates/libc/src/unix/nuttx/
Dmod.rs375 pub const ESOCKTNOSUPPORT: i32 = 94; constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs104 pub const ESOCKTNOSUPPORT: ::c_int = 121; constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nuttx/
Dmod.rs375 pub const ESOCKTNOSUPPORT: i32 = 94; constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/nuttx/
Dmod.rs375 pub const ESOCKTNOSUPPORT: i32 = 94; constant
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs104 pub const ESOCKTNOSUPPORT: ::c_int = 121; constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs104 pub const ESOCKTNOSUPPORT: ::c_int = 121; constant

1234567