Home
last modified time | relevance | path

Searched refs:EDESTADDRREQ (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs194 EDESTADDRREQ => "Destination address required",
1211 EDESTADDRREQ = libc::EDESTADDRREQ,
1356 libc::EDESTADDRREQ => EDESTADDRREQ,
1453 EDESTADDRREQ = libc::EDESTADDRREQ,
1571 libc::EDESTADDRREQ => EDESTADDRREQ,
1689 EDESTADDRREQ
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h56 #ifndef EDESTADDRREQ
57 #define EDESTADDRREQ (MHDW32ERRBASE+5) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c42 EDESTADDRREQ, "EDESTADDRREQ", EDESTADDRREQ}, {
H A D4-1.c37 EDESTADDRREQ, "EDESTADDRREQ"}, {
H A D3-1-buildonly.c28 static int dummy17 = EDESTADDRREQ;
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h16 #undef EDESTADDRREQ macro
17 #define EDESTADDRREQ WSAEDESTADDRREQ macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c53 case WSAEDESTADDRREQ: return EDESTADDRREQ; in MHD_W32_errno_from_winsock_()
122 case EDESTADDRREQ: in MHD_W32_strerror_()
429 case EDESTADDRREQ: in MHD_W32_set_last_winsock_error_()
/third_party/curl/lib/
H A Dcurl_setup_once.h337 #undef EDESTADDRREQ /* override definition in errno.h */ macro
338 #define EDESTADDRREQ WSAEDESTADDRREQ macro
/third_party/libuv/include/uv/
H A Derrno.h137 #if defined(EDESTADDRREQ) && !defined(_WIN32)
138 # define UV__EDESTADDRREQ UV__ERR(EDESTADDRREQ)
/third_party/node/deps/uv/include/uv/
H A Derrno.h137 #if defined(EDESTADDRREQ) && !defined(_WIN32)
138 # define UV__EDESTADDRREQ UV__ERR(EDESTADDRREQ)
/third_party/python/Modules/
H A Derrnomodule.c19 #undef EDESTADDRREQ macro
496 #ifdef EDESTADDRREQ in errno_exec()
497 add_errcode("EDESTADDRREQ", EDESTADDRREQ, "Destination address required"); in errno_exec()
500 add_errcode("EDESTADDRREQ", WSAEDESTADDRREQ, "Destination address required"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h90 #define EDESTADDRREQ 89 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h90 #define EDESTADDRREQ 89 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h90 #define EDESTADDRREQ 89 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h89 #define EDESTADDRREQ 89 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h90 #define EDESTADDRREQ 89 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h140 #define EDESTADDRREQ 89 /* Destination address required */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h89 #define EDESTADDRREQ 89 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h88 #define EDESTADDRREQ 96 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h88 #define EDESTADDRREQ 96 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h88 #define EDESTADDRREQ 96 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h89 #define EDESTADDRREQ 89 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h89 #define EDESTADDRREQ 89 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h379 # undef EDESTADDRREQ /* override definition in errno.h */ macro
380 # define EDESTADDRREQ WSAEDESTADDRREQ macro
/third_party/musl/libc-test/src/api/
H A Derrno.c26 C(EDESTADDRREQ) in f()

Completed in 14 milliseconds

1234