QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Functions

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 *addr)
 
int WINS_SetSocketPort (netadr_t *addr, int port)
 
void WINS_Shutdown (void)
 
int WINS_Write (int socket, byte *buf, int len, netadr_t *addr)
 

Variables

int winsock_initialized
 
WSADATA winsockdata
 

Detailed Description

Function Documentation

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 addr 
)
int WINS_SetSocketPort ( netadr_t addr,
int  port 
)
void WINS_Shutdown ( void  )
int WINS_Write ( int  socket,
byte buf,
int  len,
netadr_t addr 
)

Variable Documentation

int winsock_initialized
WSADATA winsockdata