Home
last modified time | relevance | path

Searched refs:EAI_SERVICE (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/src/network/
H A Dlookup_serv.c31 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 Dlookup_serv.c28 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 Daddrinfo.h48 #undef EAI_SERVICE macro
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ macro
H A Dgetaddrinfo.c152 "servname not supported for ai_socktype.", /* EAI_SERVICE */
366 ERR(EAI_SERVICE); in getaddrinfo()
/third_party/ffmpeg/libavformat/
H A Dnetwork.h171 #ifndef EAI_SERVICE
172 #define EAI_SERVICE 9 macro
H A Dos_support.c202 case EAI_SERVICE: in ff_gai_strerror()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c80 #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 Dgetaddrinfo.c80 #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 Dnetdb.h69 #define EAI_SERVICE 201 macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c98 * @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 Dnetdb.c310 return EAI_SERVICE; in lwip_getaddrinfo()
313 return EAI_SERVICE; in lwip_getaddrinfo()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h49 #define EAI_SERVICE -8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h49 #define EAI_SERVICE -8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h49 #define EAI_SERVICE -8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h49 #define EAI_SERVICE -8 macro
/third_party/musl/include/
H A Dnetdb.h66 #define EAI_SERVICE -8 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c68 C(EAI_SERVICE) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs156 pub const EAI_SERVICE: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs477 pub const EAI_SERVICE: ::c_int = -8; consts
/third_party/libuv/include/
H A Duv.h94 XX(EAI_SERVICE, "service not available for socket type") \
/third_party/libuv/include/uv_ndk/
H A Duv.h91 XX(EAI_SERVICE, "service not available for socket type") \
/third_party/node/deps/uv/include/
H A Duv.h91 XX(EAI_SERVICE, "service not available for socket type") \
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1000 pub const EAI_SERVICE: ::c_int = -8; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs769 pub const EAI_SERVICE: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1130 pub const EAI_SERVICE: ::c_int = -8; consts

Completed in 61 milliseconds

12