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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.cpp100 client->GetServerIP(),
128 client->GetServerIP(),
H A DServerSocket.h65 uint32 GetServerIP() const;
H A DClientDetailDialog.cpp107 if (m_client.GetServerIP()) {
108 wxString srvaddr = Uint32toStringIP(m_client.GetServerIP());
H A DUpDownClientEC.h103 uint32 GetServerIP() const { return m_dwServerIP; } function in class:CUpDownClient
H A DClientRef.cpp145 uint32 WRAPC(GetServerIP)
H A DClientRef.h142 uint32 GetServerIP() const;
H A DDownloadClient.cpp86 && GetServerIP()!=0
87 && GetServerIP() == tocomp->GetServerIP()
H A DServerConnect.cpp621 (serversocket->GetServerIP() == dwIP)) {
H A DClientList.cpp282 const uint32 serverIP = client->GetServerIP();
292 if (serverIP == other->GetServerIP()) {
H A DServerSocket.cpp763 uint32 CServerSocket::GetServerIP() const function in class:CServerSocket
H A DUploadQueue.cpp384 if (theApp->serverconnect->IsConnected() && theApp->serverconnect->IsLowID() && !theApp->serverconnect->IsLocalServer(client->GetServerIP(),client->GetServerPort()) && client->GetDownloadState() == DS_NONE && !client->IsFriend() && theStats::GetWaitingUserCount() > 50) {
H A Dupdownclient.h179 uint32 GetServerIP() const { return m_dwServerIP; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp271 AddTag(CECTag(EC_TAG_CLIENT_SERVER_IP, client->GetServerIP()), valuemap);
H A DBaseClient.cpp1466 if (!theApp->CanDoCallback(GetServerIP(), GetServerPort())) {
1487 if (HasValidBuddyID() && !GetBuddyIP() && !GetBuddyPort() && !theApp->serverconnect->IsLocalServer(GetServerIP(), GetServerPort())
2616 wxString srvaddr = Uint32toStringIP(GetServerIP());
H A DKnownFile.cpp1041 data.WriteUInt32(cur_src->GetServerIP());
H A DPartFile.cpp1407 if (cur_src->HasLowID() && !theApp->CanDoCallback(cur_src->GetServerIP(), cur_src->GetServerPort())) {
2630 data.WriteUInt32(cur_src->GetServerIP());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Donlinesig.h108 wxString GetServerIP () const;
H A Donlinesig.cpp154 wxString OnLineSig::GetServerIP () const function in class:OnLineSig
H A Dwxcasframe.cpp1067 + m_aMuleSig->GetServerIP ()

Completed in 120 milliseconds