- FD_CLR
void FD_CLR(SOCKET fd, FD_SET* set)
Undocumented in source. Be warned that the author may not have intended to support it.
- FD_ZERO
void FD_ZERO(FD_SET* set)
Undocumented in source. Be warned that the author may not have intended to support it.
- IN_CLASSA
bool IN_CLASSA(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- IN_CLASSB
bool IN_CLASSB(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- IN_CLASSC
bool IN_CLASSC(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- WSAAsyncGetHostByAddr
HANDLE WSAAsyncGetHostByAddr(HWND , u_int , const(char)* , int , int , char* , int )
Undocumented in source.
- WSAAsyncGetHostByName
HANDLE WSAAsyncGetHostByName(HWND , u_int , const(char)* , char* , int )
Undocumented in source.
- WSAAsyncGetProtoByName
HANDLE WSAAsyncGetProtoByName(HWND , u_int , const(char)* , char* , int )
Undocumented in source.
- WSAAsyncGetProtoByNumber
HANDLE WSAAsyncGetProtoByNumber(HWND , u_int , int , char* , int )
Undocumented in source.
- WSAAsyncGetServByName
HANDLE WSAAsyncGetServByName(HWND , u_int , const(char)* , const(char)* , char* , int )
Undocumented in source.
- WSAAsyncGetServByPort
HANDLE WSAAsyncGetServByPort(HWND , u_int , int , const(char)* , char* , int )
Undocumented in source.
- WSAAsyncSelect
int WSAAsyncSelect(SOCKET , HWND , u_int , int )
Undocumented in source.
- WSACancelAsyncRequest
int WSACancelAsyncRequest(HANDLE )
Undocumented in source.
- WSACancelBlockingCall
int WSACancelBlockingCall()
Undocumented in source.
- WSACleanup
int WSACleanup()
Undocumented in source.
- WSAGetLastError
int WSAGetLastError()
Undocumented in source.
- WSAIsBlocking
BOOL WSAIsBlocking()
Undocumented in source.
- WSASetBlockingHook
FARPROC WSASetBlockingHook(FARPROC )
Undocumented in source.
- WSASetLastError
void WSASetLastError(int )
Undocumented in source.
- WSAStartup
int WSAStartup(WORD , LPWSADATA )
Undocumented in source.
- WSAUnhookBlockingHook
int WSAUnhookBlockingHook()
Undocumented in source.
- __WSAFDIsSet
int __WSAFDIsSet(SOCKET , FD_SET* )
Undocumented in source.
- accept
SOCKET accept(SOCKET , SOCKADDR* , int* )
Undocumented in source.
- bind
int bind(SOCKET , const(SOCKADDR)* , int )
Undocumented in source.
- closesocket
int closesocket(SOCKET )
Undocumented in source.
- connect
int connect(SOCKET , const(SOCKADDR)* , int )
Undocumented in source.
- gethostbyaddr
HOSTENT* gethostbyaddr(const(char)* , int , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- gethostbyname
HOSTENT* gethostbyname(const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- gethostname
int gethostname(char* , int )
Undocumented in source.
- getpeername
int getpeername(SOCKET , SOCKADDR* , int* )
Undocumented in source.
- getprotobyname
PROTOENT* getprotobyname(const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getprotobynumber
PROTOENT* getprotobynumber(int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getservbyname
SERVENT* getservbyname(const(char)* , const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getservbyport
SERVENT* getservbyport(int , const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- getsockname
int getsockname(SOCKET , SOCKADDR* , int* )
Undocumented in source.
- getsockopt
int getsockopt(SOCKET , int , int , char* , int* )
Undocumented in source.
- htonl
u_long htonl(u_long )
Undocumented in source.
- htons
u_short htons(u_short )
Undocumented in source.
- inet_addr
uint inet_addr(const(char)* )
Undocumented in source.
- inet_ntoa
char* inet_ntoa(IN_ADDR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ioctlsocket
int ioctlsocket(SOCKET , int , u_long* )
Undocumented in source.
- listen
int listen(SOCKET , int )
Undocumented in source.
- ntohl
u_long ntohl(u_long )
Undocumented in source.
- ntohs
u_short ntohs(u_short )
Undocumented in source.
- recv
int recv(SOCKET , char* , int , int )
Undocumented in source.
- recvfrom
int recvfrom(SOCKET , char* , int , int , SOCKADDR* , int* )
Undocumented in source.
- select
int select(int nfds, FD_SET* , FD_SET* , FD_SET* , const(TIMEVAL)* )
Undocumented in source.
- send
int send(SOCKET , const(char)* , int , int )
Undocumented in source.
- sendto
int sendto(SOCKET , const(char)* , int , int , const(SOCKADDR)* , int )
Undocumented in source.
- setsockopt
int setsockopt(SOCKET , int , int , const(char)* , int )
Undocumented in source.
- shutdown
int shutdown(SOCKET , int )
Undocumented in source.
- socket
SOCKET socket(int , int , int )
Undocumented in source.
- timerclear
void timerclear(TIMEVAL tvp)
Undocumented in source. Be warned that the author may not have intended to support it.
- timerisset
bool timerisset(TIMEVAL tvp)
Undocumented in source. Be warned that the author may not have intended to support it.
\ winsock.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * \**********************************************************************