/third_party/musl/src/network/ |
H A D | lookup_serv.c | 31 return EAI_SERVICE; in __lookup_serv() 44 return EAI_SERVICE; in __lookup_serv() 51 MUSL_LOGE("%{public}s: %{public}d: socktype mismatch name: %{public}d", __func__, __LINE__, EAI_SERVICE); in __lookup_serv() 53 return EAI_SERVICE; in __lookup_serv() 64 MUSL_LOGE("%{public}s: %{public}d: invaild server name: %{public}d", __func__, __LINE__, EAI_SERVICE); in __lookup_serv() 66 return EAI_SERVICE; in __lookup_serv() 73 MUSL_LOGE("%{public}s: %{public}d: port is larger than 65535: %{public}d", __func__, __LINE__, EAI_SERVICE); in __lookup_serv() 75 return EAI_SERVICE; in __lookup_serv() 140 return EAI_SERVICE; in __lookup_serv()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_serv.c | 28 return EAI_SERVICE; in __lookup_serv() 38 return EAI_SERVICE; in __lookup_serv() 43 if (name) return EAI_SERVICE; in __lookup_serv() 51 if (!*name) return EAI_SERVICE; in __lookup_serv() 55 if (port > 65535) return EAI_SERVICE; in __lookup_serv() 108 return cnt > 0 ? cnt : EAI_SERVICE; in __lookup_serv()
|
/third_party/python/Modules/ |
H A D | addrinfo.h | 48 #undef EAI_SERVICE macro 66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
|
H A D | getaddrinfo.c | 152 "servname not supported for ai_socktype.", /* EAI_SERVICE */ 366 ERR(EAI_SERVICE); in getaddrinfo()
|
/third_party/ffmpeg/libavformat/ |
H A D | network.h | 171 #ifndef EAI_SERVICE 172 #define EAI_SERVICE 9 macro
|
H A D | os_support.c | 202 case EAI_SERVICE: in ff_gai_strerror()
|
/third_party/libuv/src/unix/ |
H A D | getaddrinfo.c | 80 #if defined(EAI_SERVICE) in uv__getaddrinfo_translate_error() 81 case EAI_SERVICE: return UV_EAI_SERVICE; in uv__getaddrinfo_translate_error()
|
/third_party/node/deps/uv/src/unix/ |
H A D | getaddrinfo.c | 80 #if defined(EAI_SERVICE) in uv__getaddrinfo_translate_error() 81 case EAI_SERVICE: return UV_EAI_SERVICE; in uv__getaddrinfo_translate_error()
|
/third_party/lwip/src/include/lwip/ |
H A D | netdb.h | 69 #define EAI_SERVICE 201 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | gai_strerror.c | 98 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_SERVICE) 103 const char *result = gai_strerror(EAI_SERVICE); in gai_strerror_0800()
|
/third_party/lwip/src/api/ |
H A D | netdb.c | 310 return EAI_SERVICE; in lwip_getaddrinfo() 313 return EAI_SERVICE; in lwip_getaddrinfo()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 49 #define EAI_SERVICE -8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 49 #define EAI_SERVICE -8 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 49 #define EAI_SERVICE -8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 49 #define EAI_SERVICE -8 macro
|
/third_party/musl/include/ |
H A D | netdb.h | 66 #define EAI_SERVICE -8 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | netdb.c | 68 C(EAI_SERVICE) in f()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 156 pub const EAI_SERVICE: ::c_int = 9; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 477 pub const EAI_SERVICE: ::c_int = -8; consts
|
/third_party/libuv/include/ |
H A D | uv.h | 94 XX(EAI_SERVICE, "service not available for socket type") \
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 91 XX(EAI_SERVICE, "service not available for socket type") \
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 91 XX(EAI_SERVICE, "service not available for socket type") \
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1000 pub const EAI_SERVICE: ::c_int = -8; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 769 pub const EAI_SERVICE: ::c_int = 9; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1130 pub const EAI_SERVICE: ::c_int = -8; consts
|