|
| int (PASCAL FAR *pWSAStartup)(WORD wVersionRequired |
|
struct hostent FAR *PASCAL FAR * | pgethostbyaddr (const char FAR *addr, int len, int type) |
|
struct hostent FAR *PASCAL FAR * | pgethostbyname (const char FAR *name) |
|
| SOCKET (PASCAL FAR *psocket)(int af |
|
int | WINS_AddrCompare (netadr_t *addr1, netadr_t *addr2) |
|
const char * | WINS_AddrToString (netadr_t *addr) |
|
int | WINS_Broadcast (int socket, byte *buf, int len) |
|
int | WINS_CheckNewConnections (void) |
|
int | WINS_CloseSocket (int socket) |
|
int | WINS_Connect (int socket, netadr_t *addr) |
|
int | WINS_GetAddrFromName (const char *name, netadr_t *addr) |
|
int | WINS_GetNameFromAddr (netadr_t *addr, char *name) |
|
int | WINS_GetSocketAddr (int socket, netadr_t *addr) |
|
int | WINS_GetSocketPort (netadr_t *addr) |
|
int | WINS_Init (void) |
|
void | WINS_Listen (qboolean state) |
|
int | WINS_OpenSocket (int port) |
|
int | WINS_Read (int socket, byte *buf, int len, netadr_t *from) |
|
int | WINS_SetSocketPort (netadr_t *addr, int port) |
|
void | WINS_Shutdown (void) |
|
int | WINS_Write (int socket, byte *buf, int len, netadr_t *to) |
|