Home
last modified time | relevance | path

Searched refs:D2C_CreateComm (Results 1 – 3 of 3) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dcom_dg_client.h31 extern XBComm *D2C_CreateComm (unsigned id, const char *localname, XBBool fixedPort);
H A Dcom_dg_client.c206 D2C_CreateComm (unsigned id, const char *localname, XBBool fixedPort) in D2C_CreateComm() function
H A Dserver.c200 if (NULL == D2C_CreateComm (id, S2C_LocalName (id), cfgGame.host.fixedUdpPort)) { in Server_Accept()