QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
connection.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  connection_s
 

Typedefs

typedef struct connection_s connection_t
 

Functions

connection_tConnection_Add (netadr_t *address, void *object, void(*handler)(connection_t *, void *))
 Add a new connection. More...
 
void Connection_Del (connection_t *con)
 Delete a connection. More...
 
connection_tConnection_Find (netadr_t *address)
 Search for an established connection based on the remote address. More...
 
void Connection_Init (void)
 Initialize the connection management system. More...