Home
last modified time | relevance | path

Searched refs:HOST_NOT_FOUND (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/network/
Dres_query.c16 h_errno = HOST_NOT_FOUND; in res_query()
Dgethostbyname2_r.c24 *err = HOST_NOT_FOUND; in gethostbyname2_r()
Dent.c129 h_errno = HOST_NOT_FOUND; in gethostent()
/third_party/lwip/src/api/
Dnetdb.c103 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
202 *h_errnop = HOST_NOT_FOUND; in lwip_gethostbyname_r()
/third_party/lwip/src/include/lwip/
Dnetdb.h74 #define HOST_NOT_FOUND 210 macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h123 #define HOST_NOT_FOUND 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h123 #define HOST_NOT_FOUND 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h123 #define HOST_NOT_FOUND 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h123 #define HOST_NOT_FOUND 1 macro
/third_party/musl/include/
Dnetdb.h149 #define HOST_NOT_FOUND 1 macro
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
Dnetdb_test.cpp339 EXPECT_EQ(HOST_NOT_FOUND, err);
395 EXPECT_EQ(HOST_NOT_FOUND, err);
/third_party/musl/porting/liteos_a/user/src/network/
Dent.c103 h_errno = HOST_NOT_FOUND; in gethostent()
/third_party/python/Modules/
Dgetaddrinfo.c560 case HOST_NOT_FOUND:
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs553 pub const HOST_NOT_FOUND: ::c_int = 1; constant