Lines Matching defs:WSABASEERR

860  * All Windows Sockets error constants are biased by WSABASEERR from
863 #define WSABASEERR 10000
867 #define WSAEINTR (WSABASEERR+4)
868 #define WSAEBADF (WSABASEERR+9)
869 #define WSAEACCES (WSABASEERR+13)
870 #define WSAEFAULT (WSABASEERR+14)
871 #define WSAEINVAL (WSABASEERR+22)
872 #define WSAEMFILE (WSABASEERR+24)
877 #define WSAEWOULDBLOCK (WSABASEERR+35)
878 #define WSAEINPROGRESS (WSABASEERR+36)
879 #define WSAEALREADY (WSABASEERR+37)
880 #define WSAENOTSOCK (WSABASEERR+38)
881 #define WSAEDESTADDRREQ (WSABASEERR+39)
882 #define WSAEMSGSIZE (WSABASEERR+40)
883 #define WSAEPROTOTYPE (WSABASEERR+41)
884 #define WSAENOPROTOOPT (WSABASEERR+42)
885 #define WSAEPROTONOSUPPORT (WSABASEERR+43)
886 #define WSAESOCKTNOSUPPORT (WSABASEERR+44)
887 #define WSAEOPNOTSUPP (WSABASEERR+45)
888 #define WSAEPFNOSUPPORT (WSABASEERR+46)
889 #define WSAEAFNOSUPPORT (WSABASEERR+47)
890 #define WSAEADDRINUSE (WSABASEERR+48)
891 #define WSAEADDRNOTAVAIL (WSABASEERR+49)
892 #define WSAENETDOWN (WSABASEERR+50)
893 #define WSAENETUNREACH (WSABASEERR+51)
894 #define WSAENETRESET (WSABASEERR+52)
895 #define WSAECONNABORTED (WSABASEERR+53)
896 #define WSAECONNRESET (WSABASEERR+54)
897 #define WSAENOBUFS (WSABASEERR+55)
898 #define WSAEISCONN (WSABASEERR+56)
899 #define WSAENOTCONN (WSABASEERR+57)
900 #define WSAESHUTDOWN (WSABASEERR+58)
901 #define WSAETOOMANYREFS (WSABASEERR+59)
902 #define WSAETIMEDOUT (WSABASEERR+60)
903 #define WSAECONNREFUSED (WSABASEERR+61)
904 #define WSAELOOP (WSABASEERR+62)
905 #define WSAENAMETOOLONG (WSABASEERR+63)
906 #define WSAEHOSTDOWN (WSABASEERR+64)
907 #define WSAEHOSTUNREACH (WSABASEERR+65)
908 #define WSAENOTEMPTY (WSABASEERR+66)
909 #define WSAEPROCLIM (WSABASEERR+67)
910 #define WSAEUSERS (WSABASEERR+68)
911 #define WSAEDQUOT (WSABASEERR+69)
912 #define WSAESTALE (WSABASEERR+70)
913 #define WSAEREMOTE (WSABASEERR+71)
918 #define WSASYSNOTREADY (WSABASEERR+91)
919 #define WSAVERNOTSUPPORTED (WSABASEERR+92)
920 #define WSANOTINITIALISED (WSABASEERR+93)
921 #define WSAEDISCON (WSABASEERR+101)
922 #define WSAENOMORE (WSABASEERR+102)
923 #define WSAECANCELLED (WSABASEERR+103)
924 #define WSAEINVALIDPROCTABLE (WSABASEERR+104)
925 #define WSAEINVALIDPROVIDER (WSABASEERR+105)
926 #define WSAEPROVIDERFAILEDINIT (WSABASEERR+106)
927 #define WSASYSCALLFAILURE (WSABASEERR+107)
928 #define WSASERVICE_NOT_FOUND (WSABASEERR+108)
929 #define WSATYPE_NOT_FOUND (WSABASEERR+109)
930 #define WSA_E_NO_MORE (WSABASEERR+110)
931 #define WSA_E_CANCELLED (WSABASEERR+111)
932 #define WSAEREFUSED (WSABASEERR+112)
940 * For this reason the codes are based at WSABASEERR+1001.
952 #define WSAHOST_NOT_FOUND (WSABASEERR+1001)
955 #define WSATRY_AGAIN (WSABASEERR+1002)
958 #define WSANO_RECOVERY (WSABASEERR+1003)
961 #define WSANO_DATA (WSABASEERR+1004)