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

Data Fields

int(* AddrCompare )(netadr_t *addr1, netadr_t *addr2)
 
const char *(* AddrToString )(netadr_t *addr)
 
int(* Broadcast )(int socket, byte *buf, int len)
 
int(* CheckNewConnections )(void)
 
int(* CloseSocket )(int socket)
 
int(* Connect )(int socket, netadr_t *addr)
 
int controlSock
 
int(* GetAddrFromName )(const char *name, netadr_t *addr)
 
int(* GetNameFromAddr )(netadr_t *addr, char *name)
 
int(* GetSocketAddr )(int socket, netadr_t *addr)
 
int(* GetSocketPort )(netadr_t *addr)
 
int(* Init )(void)
 
qboolean initialized
 
void(* Listen )(qboolean state)
 
const char * name
 
int(* OpenSocket )(int port)
 
int(* Read )(int socket, byte *buf, int len, netadr_t *addr)
 
int(* SetSocketPort )(netadr_t *addr, int port)
 
void(* Shutdown )(void)
 
int(* Write )(int socket, byte *buf, int len, netadr_t *addr)
 

Field Documentation

int(* AddrCompare)(netadr_t *addr1, netadr_t *addr2)
const char*(* AddrToString)(netadr_t *addr)
int(* Broadcast)(int socket, byte *buf, int len)
int(* CheckNewConnections)(void)
int(* CloseSocket)(int socket)
int(* Connect)(int socket, netadr_t *addr)
int controlSock
int(* GetAddrFromName)(const char *name, netadr_t *addr)
int(* GetNameFromAddr)(netadr_t *addr, char *name)
int(* GetSocketAddr)(int socket, netadr_t *addr)
int(* GetSocketPort)(netadr_t *addr)
int(* Init)(void)
qboolean initialized
void(* Listen)(qboolean state)
const char* name
int(* OpenSocket)(int port)
int(* Read)(int socket, byte *buf, int len, netadr_t *addr)
int(* SetSocketPort)(netadr_t *addr, int port)
void(* Shutdown)(void)
int(* Write)(int socket, byte *buf, int len, netadr_t *addr)

The documentation for this struct was generated from the following file: