MCPcopy Create free account
hub / github.com/TASEmulators/fceux / StartNBTCPReceive

Function StartNBTCPReceive

fceux-server/server.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188#define NBTCP_UPDATEDATA 0x800
189
190static void StartNBTCPReceive(ClientEntry *client, uint32 type, uint32 len)
191{
192 client->nbtcp = (uint8 *)malloc(len);
193 client->nbtcplen = len;
194 client->nbtcphas = 0;
195 client->nbtcptype = type;
196}
197
198static void RedoNBTCPReceive(ClientEntry *client)
199{

Callers 2

CheckNBTCPReceiveFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected