Lines Matching defs:WSABASEERR

1577  * All Windows Sockets error constants are biased by WSABASEERR from
1580 #define WSABASEERR 10000
1584 #define WSAEINTR (WSABASEERR+4)
1585 #define WSAEBADF (WSABASEERR+9)
1586 #define WSAEACCES (WSABASEERR+13)
1587 #define WSAEFAULT (WSABASEERR+14)
1588 #define WSAEINVAL (WSABASEERR+22)
1589 #define WSAEMFILE (WSABASEERR+24)
1594 #define WSAEWOULDBLOCK (WSABASEERR+35)
1595 #define WSAEINPROGRESS (WSABASEERR+36)
1596 #define WSAEALREADY (WSABASEERR+37)
1597 #define WSAENOTSOCK (WSABASEERR+38)
1598 #define WSAEDESTADDRREQ (WSABASEERR+39)
1599 #define WSAEMSGSIZE (WSABASEERR+40)
1600 #define WSAEPROTOTYPE (WSABASEERR+41)
1601 #define WSAENOPROTOOPT (WSABASEERR+42)
1602 #define WSAEPROTONOSUPPORT (WSABASEERR+43)
1603 #define WSAESOCKTNOSUPPORT (WSABASEERR+44)
1604 #define WSAEOPNOTSUPP (WSABASEERR+45)
1605 #define WSAEPFNOSUPPORT (WSABASEERR+46)
1606 #define WSAEAFNOSUPPORT (WSABASEERR+47)
1607 #define WSAEADDRINUSE (WSABASEERR+48)
1608 #define WSAEADDRNOTAVAIL (WSABASEERR+49)
1609 #define WSAENETDOWN (WSABASEERR+50)
1610 #define WSAENETUNREACH (WSABASEERR+51)
1611 #define WSAENETRESET (WSABASEERR+52)
1612 #define WSAECONNABORTED (WSABASEERR+53)
1613 #define WSAECONNRESET (WSABASEERR+54)
1614 #define WSAENOBUFS (WSABASEERR+55)
1615 #define WSAEISCONN (WSABASEERR+56)
1616 #define WSAENOTCONN (WSABASEERR+57)
1617 #define WSAESHUTDOWN (WSABASEERR+58)
1618 #define WSAETOOMANYREFS (WSABASEERR+59)
1619 #define WSAETIMEDOUT (WSABASEERR+60)
1620 #define WSAECONNREFUSED (WSABASEERR+61)
1621 #define WSAELOOP (WSABASEERR+62)
1622 #define WSAENAMETOOLONG (WSABASEERR+63)
1623 #define WSAEHOSTDOWN (WSABASEERR+64)
1624 #define WSAEHOSTUNREACH (WSABASEERR+65)
1625 #define WSAENOTEMPTY (WSABASEERR+66)
1626 #define WSAEPROCLIM (WSABASEERR+67)
1627 #define WSAEUSERS (WSABASEERR+68)
1628 #define WSAEDQUOT (WSABASEERR+69)
1629 #define WSAESTALE (WSABASEERR+70)
1630 #define WSAEREMOTE (WSABASEERR+71)
1635 #define WSASYSNOTREADY (WSABASEERR+91)
1636 #define WSAVERNOTSUPPORTED (WSABASEERR+92)
1637 #define WSANOTINITIALISED (WSABASEERR+93)
1638 #define WSAEDISCON (WSABASEERR+101)
1639 #define WSAENOMORE (WSABASEERR+102)
1640 #define WSAECANCELLED (WSABASEERR+103)
1641 #define WSAEINVALIDPROCTABLE (WSABASEERR+104)
1642 #define WSAEINVALIDPROVIDER (WSABASEERR+105)
1643 #define WSAEPROVIDERFAILEDINIT (WSABASEERR+106)
1644 #define WSASYSCALLFAILURE (WSABASEERR+107)
1645 #define WSASERVICE_NOT_FOUND (WSABASEERR+108)
1646 #define WSATYPE_NOT_FOUND (WSABASEERR+109)
1647 #define WSA_E_NO_MORE (WSABASEERR+110)
1648 #define WSA_E_CANCELLED (WSABASEERR+111)
1649 #define WSAEREFUSED (WSABASEERR+112)