Searched refs:EPROTOTYPE (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Derrno.h102 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Derrno.h102 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Derrno.h102 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/libxml2-26/libxml2/include/
H A Dwsockcompat.h50 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h47 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A DtclErrno.h61 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h96 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c372 #ifdef EPROTOTYPE
373 return (EPROTOTYPE);
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dmaperrorcode.c47 { SOCEPROTOTYPE, EPROTOTYPE },
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrerror.c140 ERRSTR(EPROTOTYPE, "Protocol wrong type for socket");
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h121 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d105 inline int EPROTOTYPE = 41;
106 #pragma D binding "1.0" EPROTOTYPE
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Derrno.h140 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h475 #undef EPROTOTYPE /* override definition in errno.h */ macro
476 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h129 #ifndef EPROTOTYPE
130 # define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
H A DtclWinError.c306 EPROTOTYPE, /* WSAEPROTOTYPE */
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h119 #ifndef EPROTOTYPE
120 # define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A Dsystem_error.h203 wrong_protocol_type // EPROTOTYPE
468 # ifndef EPROTOTYPE
469 # define EPROTOTYPE 136 macro
607 wrong_protocol_type = EPROTOTYPE
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h198 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h132 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dnet.h198 #define EPROTOTYPE WSAEPROTOTYPE macro
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPosixStr.c371 #ifdef EPROTOTYPE
372 case EPROTOTYPE: return "EPROTOTYPE";
820 #ifdef EPROTOTYPE
821 case EPROTOTYPE: return "protocol wrong type for socket";
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPosixStr.c373 #ifdef EPROTOTYPE
374 case EPROTOTYPE: return "EPROTOTYPE";
824 #ifdef EPROTOTYPE
825 case EPROTOTYPE: return "protocol wrong type for socket";
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c346 #if defined (EPROTOTYPE)
347 ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Draw_ip.c377 return (inp == NULL ? EINVAL : EPROTOTYPE);
849 return (inp == NULL ? EINVAL : EPROTOTYPE);
894 return (inp == NULL ? EINVAL : EPROTOTYPE);
926 || (necp_socket_should_use_flow_divert(inp) && (error = EPROTOTYPE))
932 error = EPROTOTYPE;

Completed in 227 milliseconds

12