Lines Matching defs:WSABASEERR

1795  * All Windows Sockets error constants are biased by WSABASEERR from
1798 #define WSABASEERR 10000
1802 #define WSAEINTR (WSABASEERR+4)
1803 #define WSAEBADF (WSABASEERR+9)
1804 #define WSAEACCES (WSABASEERR+13)
1805 #define WSAEFAULT (WSABASEERR+14)
1806 #define WSAEINVAL (WSABASEERR+22)
1807 #define WSAEMFILE (WSABASEERR+24)
1812 #define WSAEWOULDBLOCK (WSABASEERR+35)
1813 #define WSAEINPROGRESS (WSABASEERR+36)
1814 #define WSAEALREADY (WSABASEERR+37)
1815 #define WSAENOTSOCK (WSABASEERR+38)
1816 #define WSAEDESTADDRREQ (WSABASEERR+39)
1817 #define WSAEMSGSIZE (WSABASEERR+40)
1818 #define WSAEPROTOTYPE (WSABASEERR+41)
1819 #define WSAENOPROTOOPT (WSABASEERR+42)
1820 #define WSAEPROTONOSUPPORT (WSABASEERR+43)
1821 #define WSAESOCKTNOSUPPORT (WSABASEERR+44)
1822 #define WSAEOPNOTSUPP (WSABASEERR+45)
1823 #define WSAEPFNOSUPPORT (WSABASEERR+46)
1824 #define WSAEAFNOSUPPORT (WSABASEERR+47)
1825 #define WSAEADDRINUSE (WSABASEERR+48)
1826 #define WSAEADDRNOTAVAIL (WSABASEERR+49)
1827 #define WSAENETDOWN (WSABASEERR+50)
1828 #define WSAENETUNREACH (WSABASEERR+51)
1829 #define WSAENETRESET (WSABASEERR+52)
1830 #define WSAECONNABORTED (WSABASEERR+53)
1831 #define WSAECONNRESET (WSABASEERR+54)
1832 #define WSAENOBUFS (WSABASEERR+55)
1833 #define WSAEISCONN (WSABASEERR+56)
1834 #define WSAENOTCONN (WSABASEERR+57)
1835 #define WSAESHUTDOWN (WSABASEERR+58)
1836 #define WSAETOOMANYREFS (WSABASEERR+59)
1837 #define WSAETIMEDOUT (WSABASEERR+60)
1838 #define WSAECONNREFUSED (WSABASEERR+61)
1839 #define WSAELOOP (WSABASEERR+62)
1840 #define WSAENAMETOOLONG (WSABASEERR+63)
1841 #define WSAEHOSTDOWN (WSABASEERR+64)
1842 #define WSAEHOSTUNREACH (WSABASEERR+65)
1843 #define WSAENOTEMPTY (WSABASEERR+66)
1844 #define WSAEPROCLIM (WSABASEERR+67)
1845 #define WSAEUSERS (WSABASEERR+68)
1846 #define WSAEDQUOT (WSABASEERR+69)
1847 #define WSAESTALE (WSABASEERR+70)
1848 #define WSAEREMOTE (WSABASEERR+71)
1853 #define WSASYSNOTREADY (WSABASEERR+91)
1854 #define WSAVERNOTSUPPORTED (WSABASEERR+92)
1855 #define WSANOTINITIALISED (WSABASEERR+93)
1856 #define WSAEDISCON (WSABASEERR+101)
1857 #define WSAENOMORE (WSABASEERR+102)
1858 #define WSAECANCELLED (WSABASEERR+103)
1859 #define WSAEINVALIDPROCTABLE (WSABASEERR+104)
1860 #define WSAEINVALIDPROVIDER (WSABASEERR+105)
1861 #define WSAEPROVIDERFAILEDINIT (WSABASEERR+106)
1862 #define WSASYSCALLFAILURE (WSABASEERR+107)
1863 #define WSASERVICE_NOT_FOUND (WSABASEERR+108)
1864 #define WSATYPE_NOT_FOUND (WSABASEERR+109)
1865 #define WSA_E_NO_MORE (WSABASEERR+110)
1866 #define WSA_E_CANCELLED (WSABASEERR+111)
1867 #define WSAEREFUSED (WSABASEERR+112)