HomeSort by relevance Sort by last modified time
    Searched refs:EADDRINUSE (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/libcxx/include/
errno.h 86 #ifndef EADDRINUSE
87 #define EADDRINUSE 9902
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 28 EADDRINUSE, "EADDRINUSE", EADDRINUSE}, {
4-1.c 23 EADDRINUSE, "EADDRINUSE"}, {
3-1-buildonly.c 12 int dummy3 = EADDRINUSE;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 85 #define EADDRINUSE 98
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 84 #define EADDRINUSE 125
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 110 #define EADDRINUSE 48 /* Address already in use */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 81 #define EADDRINUSE 98 /* Address already in use */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 80 #define EADDRINUSE 125 /* Address already in use */
  /external/libnl/lib/
error.c 90 case EADDRINUSE: return NLE_EXIST;
  /external/ltp/testcases/kernel/syscalls/bind/
bind03.c 70 * to a second socket. Expected error is EADDRINUSE.
77 if (errno != EADDRINUSE) {
78 tst_res(TFAIL | TERRNO, "expected to fail with EADDRINUSE");
82 tst_res(TPASS, "bind() failed with EADDRINUSE as expected");
  /external/openssh/openbsd-compat/
bindresvport.c 108 if ((error < 0) && !((errno == EADDRINUSE) || (errno == EINVAL)))
rresvport.c 92 if (errno != EADDRINUSE) {
  /external/webrtc/webrtc/base/
socket.h 63 #undef EADDRINUSE
64 #define EADDRINUSE WSAEADDRINUSE
  /bionic/tests/headers/posix/
errno_h.c 38 MACRO(EADDRINUSE);
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 104 EADDRINUSE = 125
  /external/u-boot/include/linux/
errno.h 106 #define EADDRINUSE 98 /* Address already in use */
  /bionic/libc/bionic/
strerror.cpp 143 [EADDRINUSE] = "Address already in use",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 108 #define EADDRINUSE __EADDRINUSE /* 48 Address already in use */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 109 EADDRINUSE = 125
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 70 case EADDRINUSE: // Address already in use
  /external/curl/lib/
curl_setup_once.h 454 #undef EADDRINUSE /* override definition in errno.h */
455 #define EADDRINUSE WSAEADDRINUSE
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 27 #ifndef EADDRINUSE
28 #error EADDRINUSE not defined
  /external/strace/tests/
errno2name.c 45 #ifdef EADDRINUSE
46 CASE(EADDRINUSE);
  /external/strace/tests-m32/
errno2name.c 45 #ifdef EADDRINUSE
46 CASE(EADDRINUSE);

Completed in 670 milliseconds

1 2 3 4