Searched refs:dwObfuscationTCPPort (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerSocket.cpp349 uint32 dwObfuscationTCPPort = 0; local
357 dwObfuscationTCPPort = data.ReadUInt32();
358 if (cur_server != NULL && dwObfuscationTCPPort != 0) {
359 cur_server->SetObfuscationPortTCP((uint16)dwObfuscationTCPPort);
362 if (pServer != NULL && dwObfuscationTCPPort != 0) {
363 pServer->SetObfuscationPortTCP((uint16)dwObfuscationTCPPort);

Completed in 51 milliseconds