Home
last modified time | relevance | path

Searched refs:WSABASEERR (Results 1 – 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
Dmpdosock.h537 #define WSABASEERR 10000 macro
541 #define WSAEINTR (WSABASEERR+4)
542 #define WSAEBADF (WSABASEERR+9)
543 #define WSAEACCES (WSABASEERR+13)
544 #define WSAEFAULT (WSABASEERR+14)
545 #define WSAEINVAL (WSABASEERR+22)
546 #define WSAEMFILE (WSABASEERR+24)
551 #define WSAEWOULDBLOCK (WSABASEERR+35)
552 #define WSAEINPROGRESS (WSABASEERR+36)
553 #define WSAEALREADY (WSABASEERR+37)
[all …]