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

Functions

qboolean Datagram_CanSendMessage (qsocket_t *sock)
 Check if a reliable message can be sent to the socket. More...
 
qboolean Datagram_CanSendUnreliableMessage (qsocket_t *sock)
 Check if an unreliable message can be sent to the socket. More...
 
qsocket_tDatagram_CheckNewConnections (void)
 Check for a new incoming connection. More...
 
void Datagram_Close (qsocket_t *sock)
 Close the socket. More...
 
qsocket_tDatagram_Connect (const char *host)
 Connect to the specified host. More...
 
int Datagram_GetMessage (qsocket_t *sock)
 Check for and process an incoming packet on the socket. More...
 
int Datagram_Init (void)
 Initialize the Datagram net driver. More...
 
void Datagram_Listen (qboolean state)
 Control the listen status of the underlying lan drivers. More...
 
void Datagram_SearchForHosts (qboolean xmit)
 Search for hosts (servers) on the local network. More...
 
int Datagram_SendMessage (qsocket_t *sock, sizebuf_t *data)
 Send a reliable packet to the socket. More...
 
int Datagram_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data)
 Send an unreliable packet to the socket. More...
 
void Datagram_Shutdown (void)
 Shutdown the Datagram net driver. More...