Home
last modified time | relevance | path

Searched refs:EADDRINUSE (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd/tests/net/inpcb/
H A Dinpcb_bind.c126 rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE); in unicast_testsuite()
155 rc |= runtest(s++, any, 1, 0, NULL, EADDRINUSE); in unicast_testsuite()
156 rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE); in unicast_testsuite()
173 rc |= runtest(s++, any, 1, 0, NULL, EADDRINUSE); in unicast_testsuite()
174 rc |= runtest(s++, any, 0, 1, NULL, EADDRINUSE); in unicast_testsuite()
192 rc |= runtest(s++, local, 1, 0, mr, EADDRINUSE); in mcast_reuse_testsuite()
193 rc |= runtest(s++, local, 0, 1, mr, EADDRINUSE); in mcast_reuse_testsuite()
194 rc |= runtest(s++, local, 1, 1, mr, EADDRINUSE); in mcast_reuse_testsuite()
202 rc |= runtest(s++, local, 0, 0, mr, EADDRINUSE); in mcast_reuse_testsuite()
213 rc |= runtest(s++, local, 0, 0, mr, EADDRINUSE); in mcast_reuse_testsuite()
[all …]
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c103 #ifdef EADDRINUSE in isc___errno2result()
104 case EADDRINUSE: in isc___errno2result()
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Derrno2result.c109 #ifdef EADDRINUSE in isc___errno2result()
110 case EADDRINUSE: in isc___errno2result()
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Derrno_test.c57 #ifdef EADDRINUSE
58 { EADDRINUSE, ISC_R_ADDRINUSE },
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h208 #ifdef EADDRINUSE in rump_errno2host()
210 return EADDRINUSE; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h85 #ifndef EADDRINUSE
86 #define EADDRINUSE 9902 macro
H A D__errc22 address_in_use, // EADDRINUSE
119 address_in_use = EADDRINUSE,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c171 #ifdef EADDRINUSE in rumpuser__errtrans()
172 case EADDRINUSE : return 48; in rumpuser__errtrans()
/netbsd/sys/netinet/
H A Din_pcb.c418 return EADDRINUSE; in inpcb_bind_port()
421 return EADDRINUSE; in inpcb_bind_port()
439 return EADDRINUSE; in inpcb_bind_port()
446 return EADDRINUSE; in inpcb_bind_port()
452 return EADDRINUSE; in inpcb_bind_port()
456 return EADDRINUSE; in inpcb_bind_port()
616 return EADDRINUSE; in inpcb_connect()
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h224 #ifndef EADDRINUSE
225 #define EADDRINUSE WSAEADDRINUSE macro
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h223 #undef EADDRINUSE
224 #define EADDRINUSE WSAEADDRINUSE macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc91 #ifdef EADDRINUSE in default_error_condition()
92 case EADDRINUSE: in default_error_condition()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d135 inline int EADDRINUSE = 48; variable
136 #pragma D binding "1.0" EADDRINUSE
/netbsd/external/mit/libuv/dist/include/uv/
H A Derrno.h65 #if defined(EADDRINUSE) && !defined(_WIN32)
66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
/netbsd/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c120 errno = EADDRINUSE; in bind_resv_port()
135 } while ((rc < 0 || errno == EADDRINUSE) && (int) port > IPPORT_RESERVED / 2); in bind_resv_port()
371 errno = EADDRINUSE; in bind_resv_port_only_udp()
391 } while ((rc < 0 || errno == EADDRINUSE) && (int) port > IPPORT_RESERVED / 2); in bind_resv_port_only_udp()
/netbsd/sys/netinet6/
H A Din6_pcb.c283 return EADDRINUSE; in in6pcb_bind_port()
287 return EADDRINUSE; in in6pcb_bind_port()
300 return EADDRINUSE; in in6pcb_bind_port()
304 return EADDRINUSE; in in6pcb_bind_port()
512 return EADDRINUSE; in in6pcb_connect()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c66 case EADDRINUSE: in strerror_override()
/netbsd/sys/sys/
H A Derrno.h97 #define EADDRINUSE 48 /* Address already in use */ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c66 case EADDRINUSE: in strerror_override()
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c138 case EADDRINUSE: in uerr2isc()
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h106 XEN_ERRNO(EADDRINUSE, 98) /* Address already in use */
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c367 #if defined (EADDRINUSE)
368 ENTRY(EADDRINUSE, "EADDRINUSE", "Address already in use"),
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c367 #if defined (EADDRINUSE)
368 ENTRY(EADDRINUSE, "EADDRINUSE", "Address already in use"),
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c367 #if defined (EADDRINUSE)
368 ENTRY(EADDRINUSE, "EADDRINUSE", "Address already in use"),
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c367 #if defined (EADDRINUSE)
368 ENTRY(EADDRINUSE, "EADDRINUSE", "Address already in use"),

1234