Home
last modified time | relevance | path

Searched refs:GetKadPort (Results 1 – 22 of 22) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DDeadSourceList.cpp101 client->GetKadPort()
129 client->GetKadPort()
H A DDownloadClient.cpp78 if (GetKadPort()!=0 && GetKadPort() == tocomp->GetKadPort()) { in Compare()
116 if(GetKadPort()!=0) { in Compare()
120 if(GetIP() == tocomp->GetIP() && GetKadPort() == tocomp->GetKadPort()) { in Compare()
126 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetKadPort() == tocomp->GetKadPort()) { in Compare()
H A DClientList.cpp261 const uint16 userKadPort = client->GetKadPort(); in FindMatchingClient()
276 } else if (userKadPort && (userKadPort == other->GetKadPort())) { in FindMatchingClient()
325 if (userKadPort == it->second.GetClient()->GetKadPort()) { in FindMatchingClient()
601 …dFirewalledAckRes to ") + Uint32_16toStringIP_Port(cur_client->GetIP(), cur_client->GetKadPort())); in Process()
602 …_FIREWALLED_ACK_RES, wxUINT32_SWAP_ALWAYS(cur_client->GetIP()), cur_client->GetKadPort(), 0, NULL); in Process()
H A DClientRef.h130 uint16 GetKadPort() const;
H A DClientDetailDialog.cpp130 if (m_client.GetKadPort()) { in OnInitDialog()
H A DClientRef.cpp134 uint16 WRAPC(GetKadPort) in WRAPC()
H A DUpDownClientEC.h91 uint16 GetKadPort() const { return m_nKadPort; }
H A DBaseClient.cpp716 if (GetKadPort() && GetKadVersion() > 1) { in ProcessHelloTypePacket()
717 Kademlia::CKademlia::Bootstrap(wxUINT32_SWAP_ALWAYS(GetIP()), GetKadPort()); in ProcessHelloTypePacket()
1510 …lient, CFormat(wxT("Direct Callback on port %u to client on ip %s")) % GetKadPort() % Uint32toStri… in TryToConnect()
1517 … wxT("Sending OP_DIRECTCALLBACKREQ to ") + Uint32_16toStringIP_Port(GetConnectIP(), GetKadPort())); in TryToConnect()
1520 …theApp->clientudp->SendPacket(packet, GetConnectIP(), GetKadPort(), ShouldReceiveCryptUDPPackets()… in TryToConnect()
2930 …loadState() != DS_NONE || GetChatState() != MS_NONE || GetKadVersion() <= 5 || GetKadPort() == 0) { in SendFirewallCheckUDPRequest()
H A Dupdownclient.h383 uint16 GetKadPort() const { return m_nKadPort; } in GetKadPort() function
572 …ctUDPCallback() const { return m_fDirectUDPCallback != 0 && HasValidHash() && GetKadPort() != 0; } in SupportsDirectUDPCallback()
H A DECSpecialCoreTags.cpp304 AddTag(CECTag(EC_TAG_CLIENT_KAD_PORT, client->GetKadPort()), valuemap); in CEC_UpDownClient_Tag()
H A DClientTCPSocket.cpp1201 if (m_client->GetKadPort() && m_client->GetKadVersion() > 1) { in ProcessExtPacket()
1202 Kademlia::CKademlia::Bootstrap(wxUINT32_SWAP_ALWAYS(m_client->GetIP()), m_client->GetKadPort()); in ProcessExtPacket()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DDeadSourceList.cpp101 client->GetKadPort() in IsDeadSource()
129 client->GetKadPort() in AddDeadSource()
H A DDownloadClient.cpp78 if (GetKadPort()!=0 && GetKadPort() == tocomp->GetKadPort()) { in Compare()
116 if(GetKadPort()!=0) { in Compare()
120 if(GetIP() == tocomp->GetIP() && GetKadPort() == tocomp->GetKadPort()) { in Compare()
126 if (GetUserIDHybrid() == tocomp->GetUserIDHybrid() && GetKadPort() == tocomp->GetKadPort()) { in Compare()
H A DClientList.cpp261 const uint16 userKadPort = client->GetKadPort(); in FindMatchingClient()
276 } else if (userKadPort && (userKadPort == other->GetKadPort())) { in FindMatchingClient()
325 if (userKadPort == it->second.GetClient()->GetKadPort()) { in FindMatchingClient()
601 …dFirewalledAckRes to ") + Uint32_16toStringIP_Port(cur_client->GetIP(), cur_client->GetKadPort())); in Process()
602 …_FIREWALLED_ACK_RES, wxUINT32_SWAP_ALWAYS(cur_client->GetIP()), cur_client->GetKadPort(), 0, NULL); in Process()
H A DClientRef.h130 uint16 GetKadPort() const;
H A DClientDetailDialog.cpp130 if (m_client.GetKadPort()) { in OnInitDialog()
H A DClientRef.cpp134 uint16 WRAPC(GetKadPort)
H A DUpDownClientEC.h91 uint16 GetKadPort() const { return m_nKadPort; } in GetKadPort() function
H A DBaseClient.cpp716 if (GetKadPort() && GetKadVersion() > 1) { in ProcessHelloTypePacket()
717 Kademlia::CKademlia::Bootstrap(wxUINT32_SWAP_ALWAYS(GetIP()), GetKadPort()); in ProcessHelloTypePacket()
1510 …lient, CFormat(wxT("Direct Callback on port %u to client on ip %s")) % GetKadPort() % Uint32toStri… in TryToConnect()
1517 … wxT("Sending OP_DIRECTCALLBACKREQ to ") + Uint32_16toStringIP_Port(GetConnectIP(), GetKadPort())); in TryToConnect()
1520 …theApp->clientudp->SendPacket(packet, GetConnectIP(), GetKadPort(), ShouldReceiveCryptUDPPackets()… in TryToConnect()
2930 …loadState() != DS_NONE || GetChatState() != MS_NONE || GetKadVersion() <= 5 || GetKadPort() == 0) { in SendFirewallCheckUDPRequest()
H A Dupdownclient.h383 uint16 GetKadPort() const { return m_nKadPort; }
572 …ctUDPCallback() const { return m_fDirectUDPCallback != 0 && HasValidHash() && GetKadPort() != 0; }
H A DECSpecialCoreTags.cpp304 AddTag(CECTag(EC_TAG_CLIENT_KAD_PORT, client->GetKadPort()), valuemap); in CEC_UpDownClient_Tag()
H A DClientTCPSocket.cpp1201 if (m_client->GetKadPort() && m_client->GetKadVersion() > 1) { in ProcessExtPacket()
1202 Kademlia::CKademlia::Bootstrap(wxUINT32_SWAP_ALWAYS(m_client->GetIP()), m_client->GetKadPort()); in ProcessExtPacket()