Searched refs:nContactIP (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 DClientList.cpp846 uint32_t nContactIP = wxUINT32_SWAP_ALWAYS(contact->GetIPAddress()); local
848 if (theApp->GetPublicIP() == nContactIP && thePrefs::GetPort() == contact->GetTCPPort()) {
852 CUpDownClient* pNewClient = FindClientByIP(nContactIP, contact->GetTCPPort());
878 uint32_t nContactIP = wxUINT32_SWAP_ALWAYS(contact->GetIPAddress()); local
880 if (theApp->GetPublicIP() == nContactIP && thePrefs::GetPort() == contact->GetTCPPort()) {
884 CUpDownClient* pNewClient = FindClientByIP(nContactIP, contact->GetTCPPort());
889 } else if (IsKadFirewallCheckIP(nContactIP)) { // doing a kad firewall check with this IP, abort
890 AddDebugLogLineN(logKadMain, wxT("Kad TCP firewallcheck / Buddy request collision for IP ") + Uint32toStringIP(nContactIP));
908 uint32_t nContactIP = wxUINT32_SWAP_ALWAYS(contact->GetIPAddress()); local
911 if (FindClientByIP(nContactIP, contac
[all...]

Completed in 107 milliseconds