Home
last modified time | relevance | path

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

/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dsdl_network.h46 typedef char NetEntityName[32]; typedef
81 typedef NetEntityName *NetEntityNamePtr;
84 typedef bool (*lookupFilterProcPtr)(NetEntityName *entity, NetAddrBlock *address);
95 bool NetEntityNotInGame(NetEntityName *entity, NetAddrBlock *address);
/dports/games/alephone/alephone-release-20190331/Source_Files/Network/
H A Dnetwork_lookup_sdl.cpp133 void NetLookupInformation(short index, NetAddrBlock *address, NetEntityName *entity) in NetLookupInformation()
H A Dnetwork.cpp1838 NetEntityName *entity, in NetEntityNotInGame()