Home
last modified time | relevance | path

Searched refs:HOST_NOT_FOUND (Results 1 - 15 of 15) sorted by relevance

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

Completed in 11 milliseconds