Searched refs:EPROTO (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dcompat.rb14 # EPROTO:: protocol error
23 class EPROTO < SystemCallError; end class in class:Errno
H A Dserver.rb266 Errno::EPROTO, Errno::EINVAL => ex
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsane_accept.c62 #ifdef EPROTO
63 EPROTO, /* SunOS 5.5.1 */
77 * XXX Solaris 2.5.1 accept() returns EPROTO when a TCP client has
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrerror.c220 #ifdef EPROTO
221 ERRSTR(EPROTO, "Protocol error");
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/macosx-10.10/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h76 #define EPROTO 71 /* Protocol error */ macro
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbss_fd.c277 #ifdef EPROTO
278 case EPROTO:
H A Dbss_sock.c275 #ifdef EPROTO
276 case EPROTO:
H A Dbss_dgram.c711 #ifdef EPROTO
712 case EPROTO:
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Dsystem_error.h188 protocol_error, // EPROTO
423 # ifndef EPROTO
424 # define EPROTO 134 macro
580 #ifdef EPROTO
581 protocol_error = EPROTO,
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d223 inline int EPROTO = 100;
224 #pragma D binding "1.0" EPROTO
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h248 #define EPROTO 100 /* Protocol error */ macro
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPosixStr.c365 #ifdef EPROTO
366 case EPROTO: return "EPROTO";
814 #ifdef EPROTO
815 case EPROTO: return "protocol error";
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPosixStr.c367 #ifdef EPROTO
368 case EPROTO: return "EPROTO";
818 #ifdef EPROTO
819 case EPROTO: return "protocol error";
/macosx-10.10/apache-793/httpd/os/unix/
H A Dunixd.c345 #ifdef EPROTO
346 /* EPROTO on certain older kernels really means
349 * search for EPROTO.
351 * Also see nh.9603, search for EPROTO:
355 * systems, EPROTO can actually result in a fatal
357 * handle both uses of EPROTO.
359 case EPROTO:
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_errno.c302 #ifdef EPROTO
303 EPROTO,
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dinit.c536 #if defined EPROTO
537 case EPROTO:
/macosx-10.10/network_cmds-457/mptcp_client/
H A Dmptcp_client.c514 if ((error != 0) && (errno != EPROTO)) {
516 } else if ((error != 0) && (errno == EPROTO)) {
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.c441 error = EPROTO;
553 case EPROTO:
752 if (error != EPROTO && error != ETIMEDOUT) {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c116 nfsm_assert(error, (numops == 0), EPROTO);
228 nfsm_assert(error, (numops == 0), EPROTO);
284 nfsm_assert(error, (numops == 0), EPROTO);
358 nfsm_assert(error, (numops == 0), EPROTO);
473 nfsm_assert(error, (numops == 0), EPROTO);
592 nfsm_assert(error, (numops == 0), EPROTO);
679 nfsm_assert(error, (numops == 0), EPROTO);
872 nfsm_assert(error, (numops == 0), EPROTO);
1135 nfsm_assert(error, (numops == 0), EPROTO);
1270 nfsm_assert(error, (numops == 0), EPROTO);
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dsimclist.c97 /*errno = EPROTO;*/ \
121 /* some OSes don't have EPROTO (eg OpenBSD) */
122 #ifndef EPROTO
123 #define EPROTO EIO macro
1338 errno = EPROTO;
1344 errno = EPROTO;
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_errno.h1270 * EPROTO on certain older kernels really means ECONNABORTED, so we need to
1275 * systems, EPROTO can actually result in a fatal loop. See PR#981 for
1276 * example. It's hard to handle both uses of EPROTO.
1278 #ifdef EPROTO
1280 || (s) == EPROTO)

Completed in 305 milliseconds

12