Home
last modified time | relevance | path

Searched refs:EAI_FAMILY (Results 1 - 25 of 39) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h44 #undef EAI_FAMILY macro
62 #define EAI_FAMILY 5 /* ai_family not supported */ macro
H A Dgetaddrinfo.c148 "ai_family not supported.", /* EAI_FAMILY */
296 ERR(EAI_FAMILY); in getaddrinfo()
413 ERR(EAI_FAMILY); in getaddrinfo()
461 ERR(EAI_FAMILY); /*xxx*/ in getaddrinfo()
/third_party/musl/src/network/
H A Dgetnameinfo.c160 if (sl < sizeof(struct sockaddr_in)) return EAI_FAMILY; in getnameinfo()
166 if (sl < sizeof(struct sockaddr_in6)) return EAI_FAMILY; in getnameinfo()
174 return EAI_FAMILY; in getnameinfo()
H A Dgetaddrinfo.c47 return EAI_FAMILY; in getaddrinfo()
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c159 if (sl < sizeof(struct sockaddr_in)) return EAI_FAMILY; in getnameinfo()
165 if (sl < sizeof(struct sockaddr_in6)) return EAI_FAMILY; in getnameinfo()
173 return EAI_FAMILY; in getnameinfo()
H A Dgetaddrinfo.c132 return EAI_FAMILY; in getaddrinfo_ext()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c135 if (sl < sizeof(struct sockaddr_in)) return EAI_FAMILY; in getnameinfo()
141 if (sl < sizeof(struct sockaddr_in6)) return EAI_FAMILY; in getnameinfo()
149 return EAI_FAMILY; in getnameinfo()
/third_party/ffmpeg/libavformat/
H A Dnetwork.h159 #ifndef EAI_FAMILY
160 #define EAI_FAMILY 5 macro
H A Dos_support.c148 return EAI_FAMILY; in ff_getnameinfo()
191 case EAI_FAMILY: in ff_gai_strerror()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c60 #if defined(EAI_FAMILY) in uv__getaddrinfo_translate_error()
61 case EAI_FAMILY: return UV_EAI_FAMILY; in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c60 #if defined(EAI_FAMILY) in uv__getaddrinfo_translate_error()
61 case EAI_FAMILY: return UV_EAI_FAMILY; in uv__getaddrinfo_translate_error()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h72 #define EAI_FAMILY 204 macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c76 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_FAMILY)
81 const char *result = gai_strerror(EAI_FAMILY); in gai_strerror_0600()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h47 #define EAI_FAMILY -6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h47 #define EAI_FAMILY -6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h47 #define EAI_FAMILY -6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h47 #define EAI_FAMILY -6 macro
/third_party/musl/include/
H A Dnetdb.h64 #define EAI_FAMILY -6 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c65 C(EAI_FAMILY) in f()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp157 * @tc.desc: Verify that the getnameinfo() function returns the expected error code (EAI_FAMILY) when the length
171 EXPECT_EQ(EAI_FAMILY, result); in HWTEST_F()
230 EXPECT_EQ(EAI_FAMILY, result); in HWTEST_F()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c154 return EAI_FAMILY; in getaddrinfo_ext()
/third_party/lwip/src/api/
H A Dnetdb.c298 return EAI_FAMILY; in lwip_getaddrinfo()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs573 pub const EAI_FAMILY: ::c_int = -303; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs475 pub const EAI_FAMILY: ::c_int = -6; consts
/third_party/libuv/include/
H A Duv.h88 XX(EAI_FAMILY, "ai_family not supported") \

Completed in 18 milliseconds

12