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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.cpp99 client->GetUserPort(),
127 client->GetUserPort(),
H A DFriend.cpp92 m_nLastUsedPort = client.GetUserPort();
H A DClientList.cpp69 PortAndHash porthash = { pClient->GetUserPort(), pClient->GetCreditsHash()};
260 const uint16 userPort = client->GetUserPort();
274 if (userPort && (userPort == other->GetUserPort())) {
316 if (userPort == it->second.GetUserPort()) {
386 && (found_client->GetIP() != tocheck->GetIP() || found_client->GetUserPort() != tocheck->GetUserPort() ) )
423 if ( cur_client->GetUserPort() == port ) {
494 if ( it2->nPort == toadd->GetUserPort() ) {
502 CDeletedClient::PortAndHash porthash = { toadd->GetUserPort(), toadd->GetCreditsHash()};
H A DUpDownClientEC.h120 uint16 GetUserPort() const { return m_nUserPort; } function in class:CUpDownClient
H A DClientDetailDialog.cpp104 CFormat(wxT("%s:%i")) % m_client.GetFullIP() % m_client.GetUserPort());
H A DClientRef.cpp161 uint16_t WRAPC(GetUserPort)
H A DClientRef.h161 uint16_t GetUserPort() const;
H A DDownloadClient.cpp74 if (GetUserPort()!=0 && GetUserPort() == tocomp->GetUserPort()) {
99 if (GetUserPort()!=0) {
103 if(GetIP() == tocomp->GetIP() && GetUserPort() == tocomp->GetUserPort()) {
109 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetUserPort() == tocomp->GetUserPort()) {
H A DBaseClient.cpp1366 Notify_ChatConnResult(false,GUI_ID(GetIP(),GetUserPort()),wxEmptyString);
1633 tmp.Service(GetUserPort());
1634 AddDebugLogLineN(logClient, wxT("Trying to connect to ") + Uint32_16toStringIP_Port(GetConnectIP(),GetUserPort()));
1700 Notify_ChatConnResult(result,GUI_ID(GetIP(),GetUserPort()),m_pendingMessage);
2313 % GetUserPort()
2644 uint64 id = GUI_ID(GetIP(),GetUserPort());
2685 uint64 id = GUI_ID(GetIP(),GetUserPort());
2801 theApp->amuledlg->m_chatwnd->EndSession(GUI_ID(GetIP(),GetUserPort()));
2814 Notify_ChatProcessMsg(GUI_ID(GetIP(), GetUserPort()), GetUserName() + wxT("|") + message);
H A DClientUDPSocket.cpp295 if ((host == 0 || it->GetIP() == host) && (remoteTCPPort == 0 || it->GetUserPort() == remoteTCPPort)) {
H A Dupdownclient.h176 uint16_t GetUserPort() const { return m_nUserPort; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp269 AddTag(CECTag(EC_TAG_CLIENT_USER_PORT, client->GetUserPort()), valuemap);
H A DSearchList.cpp493 toadd->SetClientPort(sender->GetUserPort());
H A DKnownFile.cpp1040 data.WriteUInt16(cur_src->GetUserPort());
H A DDownloadQueue.cpp1644 AddDebugLogLineN(logKadSearch, CFormat(wxT("Happily adding a source (%s) type %d")) % Uint32_16toStringIP_Port(ED2KID, ctemp->GetUserPort()) % type);
H A DGenericClientListCtrl.cpp545 uint64 userID = GUI_ID(source.GetIP(), source.GetUserPort());
H A DPartFile.cpp1007 file.WriteUInt16(cur_src->GetUserPort());
2629 data.WriteUInt16(cur_src->GetUserPort());

Completed in 200 milliseconds