Searched refs:EADDRNOTAVAIL (Results 1 - 25 of 109) sorted by relevance

12345

/netbsd-current/tests/net/inpcb/
H A Dbroadcast_bind.c103 rc |= test_bind(argv[2], &err_addr, port, SOCK_STREAM, EADDRNOTAVAIL);
107 rc |= test_bind(argv[3], &bc_addr, port, SOCK_STREAM, EADDRNOTAVAIL);
110 rc |= test_bind(argv[2], &err_addr, port, SOCK_STREAM, EADDRNOTAVAIL);
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c174 #ifdef EADDRNOTAVAIL
175 case EADDRNOTAVAIL : return 49;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h212 #ifdef EADDRNOTAVAIL
214 return EADDRNOTAVAIL;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h89 #ifndef EADDRNOTAVAIL
90 #define EADDRNOTAVAIL 9903 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c41 #ifdef EADDRNOTAVAIL
42 { "EADDRNOTAVAIL", EADDRNOTAVAIL, 125 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h107 XEN_ERRNO(EADDRNOTAVAIL, 99) /* Cannot assign requested address */
/netbsd-current/sys/sys/
H A Derrno.h98 #define EADDRNOTAVAIL 49 /* Can't assign requested address */ macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c107 case EADDRNOTAVAIL:
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c141 case EADDRNOTAVAIL:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c68 case EADDRNOTAVAIL:
158 /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */
H A Derrno.in.h109 # define EADDRNOTAVAIL 101 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h98 errno = EADDRNOTAVAIL;
H A Dstrerror-override.c70 case EADDRNOTAVAIL:
160 /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */
H A Derrno.in.h109 # define EADDRNOTAVAIL 101 macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Derrno2result.c113 case EADDRNOTAVAIL:
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Derrno2result.c115 case EADDRNOTAVAIL:
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h225 #undef EADDRNOTAVAIL macro
226 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc94 #ifdef EADDRNOTAVAIL
95 case EADDRNOTAVAIL:
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dinet_connect.c110 errno = EADDRNOTAVAIL; /* for up-stream "%m" */
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Derrno_test.c62 { EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL },
/netbsd-current/external/bsd/libpcap/dist/
H A Dfad-gifc.c288 if (errno == EADDRNOTAVAIL) {
319 if (errno == EADDRNOTAVAIL) {
358 if (errno == EADDRNOTAVAIL) {
H A Dfad-glifc.c221 if (errno == EADDRNOTAVAIL) {
249 if (errno == EADDRNOTAVAIL) {
284 if (errno == EADDRNOTAVAIL) {
/netbsd-current/sys/netinet6/
H A Din6_pcb.c158 return EADDRNOTAVAIL;
183 error = EADDRNOTAVAIL;
197 error = EADDRNOTAVAIL;
218 error = EADDRNOTAVAIL;
289 return EADDRNOTAVAIL;
412 return EADDRNOTAVAIL;
416 return EADDRNOTAVAIL;
459 error = EADDRNOTAVAIL;
471 return EADDRNOTAVAIL;
495 error = EADDRNOTAVAIL;
[all...]
/netbsd-current/sys/netbt/
H A Drfcomm_upper.c327 return EADDRNOTAVAIL;
334 return EADDRNOTAVAIL;
368 return EADDRNOTAVAIL;
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d137 inline int EADDRNOTAVAIL = 49;
138 #pragma D binding "1.0" EADDRNOTAVAIL

Completed in 171 milliseconds

12345