Home
last modified time | relevance | path

Searched refs:GetUserPort (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DDeadSourceList.cpp99 client->GetUserPort(),
127 client->GetUserPort(),
H A DClientList.cpp69 PortAndHash porthash = { pClient->GetUserPort(), pClient->GetCreditsHash()}; in CDeletedClient()
260 const uint16 userPort = client->GetUserPort(); in FindMatchingClient()
274 if (userPort && (userPort == other->GetUserPort())) { in FindMatchingClient()
316 if (userPort == it->second.GetUserPort()) { in FindMatchingClient()
386 …ound_client->GetIP() != tocheck->GetIP() || found_client->GetUserPort() != tocheck->GetUserPort() … in AttachToAlreadyKnown()
423 if ( cur_client->GetUserPort() == port ) { in FindClientByIP()
494 if ( it2->nPort == toadd->GetUserPort() ) { in AddTrackClient()
502 CDeletedClient::PortAndHash porthash = { toadd->GetUserPort(), toadd->GetCreditsHash()}; in AddTrackClient()
H A DDownloadClient.cpp74 if (GetUserPort()!=0 && GetUserPort() == tocomp->GetUserPort()) { in Compare()
99 if (GetUserPort()!=0) { in Compare()
103 if(GetIP() == tocomp->GetIP() && GetUserPort() == tocomp->GetUserPort()) { in Compare()
109 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetUserPort() == tocomp->GetUserPort()) { in Compare()
H A DFriend.cpp92 m_nLastUsedPort = client.GetUserPort(); in LinkClient()
H A DBaseClient.cpp1354 Notify_ChatConnResult(false,GUI_ID(GetIP(),GetUserPort()),wxEmptyString); in Disconnected()
1621 tmp.Service(GetUserPort()); in Connect()
1622 …(logClient, wxT("Trying to connect to ") + Uint32_16toStringIP_Port(GetConnectIP(),GetUserPort())); in Connect()
1688 Notify_ChatConnResult(result,GUI_ID(GetIP(),GetUserPort()),m_pendingMessage); in ConnectionEstablished()
2316 % GetUserPort() in GetClientFullInfo()
2647 uint64 id = GUI_ID(GetIP(),GetUserPort()); in ProcessCaptchaRequest()
2688 uint64 id = GUI_ID(GetIP(),GetUserPort()); in ProcessCaptchaReqRes()
2804 theApp->amuledlg->m_chatwnd->EndSession(GUI_ID(GetIP(),GetUserPort())); in ProcessChatMessage()
2817 Notify_ChatProcessMsg(GUI_ID(GetIP(), GetUserPort()), GetUserName() + wxT("|") + message); in ProcessChatMessage()
H A DClientRef.h161 uint16_t GetUserPort() const;
H A DClientDetailDialog.cpp104 CFormat(wxT("%s:%i")) % m_client.GetFullIP() % m_client.GetUserPort()); in OnInitDialog()
H A DClientRef.cpp161 uint16_t WRAPC(GetUserPort) in WRAPC()
H A DUpDownClientEC.h120 uint16 GetUserPort() const { return m_nUserPort; }
H A DClientUDPSocket.cpp295 …if ((host == 0 || it->GetIP() == host) && (remoteTCPPort == 0 || it->GetUserPort() == remoteTCPPor… in ProcessPacket()
H A DECSpecialCoreTags.cpp275 AddTag(CECTag(EC_TAG_CLIENT_USER_PORT, client->GetUserPort()), valuemap); in CEC_UpDownClient_Tag()
H A Dupdownclient.h177 uint16_t GetUserPort() const { return m_nUserPort; } in GetUserPort() function
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DDeadSourceList.cpp99 client->GetUserPort(), in IsDeadSource()
127 client->GetUserPort(), in AddDeadSource()
H A DClientList.cpp69 PortAndHash porthash = { pClient->GetUserPort(), pClient->GetCreditsHash()}; in CDeletedClient()
260 const uint16 userPort = client->GetUserPort(); in FindMatchingClient()
274 if (userPort && (userPort == other->GetUserPort())) { in FindMatchingClient()
316 if (userPort == it->second.GetUserPort()) { in FindMatchingClient()
386 …ound_client->GetIP() != tocheck->GetIP() || found_client->GetUserPort() != tocheck->GetUserPort() … in AttachToAlreadyKnown()
423 if ( cur_client->GetUserPort() == port ) { in FindClientByIP()
494 if ( it2->nPort == toadd->GetUserPort() ) { in AddTrackClient()
502 CDeletedClient::PortAndHash porthash = { toadd->GetUserPort(), toadd->GetCreditsHash()}; in AddTrackClient()
H A DDownloadClient.cpp74 if (GetUserPort()!=0 && GetUserPort() == tocomp->GetUserPort()) { in Compare()
99 if (GetUserPort()!=0) { in Compare()
103 if(GetIP() == tocomp->GetIP() && GetUserPort() == tocomp->GetUserPort()) { in Compare()
109 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetUserPort() == tocomp->GetUserPort()) { in Compare()
H A DFriend.cpp92 m_nLastUsedPort = client.GetUserPort(); in LinkClient()
H A DBaseClient.cpp1354 Notify_ChatConnResult(false,GUI_ID(GetIP(),GetUserPort()),wxEmptyString); in Disconnected()
1621 tmp.Service(GetUserPort()); in Connect()
1622 …(logClient, wxT("Trying to connect to ") + Uint32_16toStringIP_Port(GetConnectIP(),GetUserPort())); in Connect()
1688 Notify_ChatConnResult(result,GUI_ID(GetIP(),GetUserPort()),m_pendingMessage); in ConnectionEstablished()
2316 % GetUserPort() in GetClientFullInfo()
2647 uint64 id = GUI_ID(GetIP(),GetUserPort()); in ProcessCaptchaRequest()
2688 uint64 id = GUI_ID(GetIP(),GetUserPort()); in ProcessCaptchaReqRes()
2804 theApp->amuledlg->m_chatwnd->EndSession(GUI_ID(GetIP(),GetUserPort())); in ProcessChatMessage()
2817 Notify_ChatProcessMsg(GUI_ID(GetIP(), GetUserPort()), GetUserName() + wxT("|") + message); in ProcessChatMessage()
H A DClientRef.h161 uint16_t GetUserPort() const;
H A DClientDetailDialog.cpp104 CFormat(wxT("%s:%i")) % m_client.GetFullIP() % m_client.GetUserPort()); in OnInitDialog()
H A DClientRef.cpp161 uint16_t WRAPC(GetUserPort)
H A DUpDownClientEC.h120 uint16 GetUserPort() const { return m_nUserPort; } in GetUserPort() function
H A DClientUDPSocket.cpp295 …if ((host == 0 || it->GetIP() == host) && (remoteTCPPort == 0 || it->GetUserPort() == remoteTCPPor… in ProcessPacket()
H A DECSpecialCoreTags.cpp275 AddTag(CECTag(EC_TAG_CLIENT_USER_PORT, client->GetUserPort()), valuemap); in CEC_UpDownClient_Tag()
/dports/irc/znc/znc-1.8.2/modules/
H A Dbouncedcc.cpp67 unsigned short GetUserPort() const { return m_uRemotePort; } in GetUserPort() function in CDCCBounce
213 CString(pSock->GetUserPort()) + " " + in OnUserCTCP()
224 if (pSock->GetUserPort() == sMessage.Token(3).ToUShort()) { in OnUserCTCP()
292 CString(pSock->GetUserPort()) + " " + in OnPrivCTCP()
303 if (pSock->GetUserPort() == sMessage.Token(3).ToUShort()) { in OnPrivCTCP()
H A Ddcc.cpp54 unsigned short GetUserPort() const { return m_uRemotePort; } in GetUserPort() function in CDCCSock

12