Lines Matching defs:WSABASEERR

830  * All Windows Sockets error constants are biased by WSABASEERR from
833 #define WSABASEERR 10000
837 #define WSAEINTR (WSABASEERR+4)
838 #define WSAEBADF (WSABASEERR+9)
839 #define WSAEACCES (WSABASEERR+13)
840 #define WSAEFAULT (WSABASEERR+14)
841 #define WSAEINVAL (WSABASEERR+22)
842 #define WSAEMFILE (WSABASEERR+24)
847 #define WSAEWOULDBLOCK (WSABASEERR+35)
848 #define WSAEINPROGRESS (WSABASEERR+36)
849 #define WSAEALREADY (WSABASEERR+37)
850 #define WSAENOTSOCK (WSABASEERR+38)
851 #define WSAEDESTADDRREQ (WSABASEERR+39)
852 #define WSAEMSGSIZE (WSABASEERR+40)
853 #define WSAEPROTOTYPE (WSABASEERR+41)
854 #define WSAENOPROTOOPT (WSABASEERR+42)
855 #define WSAEPROTONOSUPPORT (WSABASEERR+43)
856 #define WSAESOCKTNOSUPPORT (WSABASEERR+44)
857 #define WSAEOPNOTSUPP (WSABASEERR+45)
858 #define WSAEPFNOSUPPORT (WSABASEERR+46)
859 #define WSAEAFNOSUPPORT (WSABASEERR+47)
860 #define WSAEADDRINUSE (WSABASEERR+48)
861 #define WSAEADDRNOTAVAIL (WSABASEERR+49)
862 #define WSAENETDOWN (WSABASEERR+50)
863 #define WSAENETUNREACH (WSABASEERR+51)
864 #define WSAENETRESET (WSABASEERR+52)
865 #define WSAECONNABORTED (WSABASEERR+53)
866 #define WSAECONNRESET (WSABASEERR+54)
867 #define WSAENOBUFS (WSABASEERR+55)
868 #define WSAEISCONN (WSABASEERR+56)
869 #define WSAENOTCONN (WSABASEERR+57)
870 #define WSAESHUTDOWN (WSABASEERR+58)
871 #define WSAETOOMANYREFS (WSABASEERR+59)
872 #define WSAETIMEDOUT (WSABASEERR+60)
873 #define WSAECONNREFUSED (WSABASEERR+61)
874 #define WSAELOOP (WSABASEERR+62)
875 #define WSAENAMETOOLONG (WSABASEERR+63)
876 #define WSAEHOSTDOWN (WSABASEERR+64)
877 #define WSAEHOSTUNREACH (WSABASEERR+65)
878 #define WSAENOTEMPTY (WSABASEERR+66)
879 #define WSAEPROCLIM (WSABASEERR+67)
880 #define WSAEUSERS (WSABASEERR+68)
881 #define WSAEDQUOT (WSABASEERR+69)
882 #define WSAESTALE (WSABASEERR+70)
883 #define WSAEREMOTE (WSABASEERR+71)
888 #define WSASYSNOTREADY (WSABASEERR+91)
889 #define WSAVERNOTSUPPORTED (WSABASEERR+92)
890 #define WSANOTINITIALISED (WSABASEERR+93)
891 #define WSAEDISCON (WSABASEERR+101)
892 #define WSAENOMORE (WSABASEERR+102)
893 #define WSAECANCELLED (WSABASEERR+103)
894 #define WSAEINVALIDPROCTABLE (WSABASEERR+104)
895 #define WSAEINVALIDPROVIDER (WSABASEERR+105)
896 #define WSAEPROVIDERFAILEDINIT (WSABASEERR+106)
897 #define WSASYSCALLFAILURE (WSABASEERR+107)
898 #define WSASERVICE_NOT_FOUND (WSABASEERR+108)
899 #define WSATYPE_NOT_FOUND (WSABASEERR+109)
900 #define WSA_E_NO_MORE (WSABASEERR+110)
901 #define WSA_E_CANCELLED (WSABASEERR+111)
902 #define WSAEREFUSED (WSABASEERR+112)
910 * For this reason the codes are based at WSABASEERR+1001.
922 #define WSAHOST_NOT_FOUND (WSABASEERR+1001)
925 #define WSATRY_AGAIN (WSABASEERR+1002)
928 #define WSANO_RECOVERY (WSABASEERR+1003)
931 #define WSANO_DATA (WSABASEERR+1004)