Searched refs:GetServerPort (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Donlinesig.h111 wxString GetServerPort () const;
H A Donlinesig.cpp159 wxString OnLineSig::GetServerPort () const function in class:OnLineSig
H A Dwxcasframe.cpp1069 + m_aMuleSig->GetServerPort ()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUpDownClientEC.h105 uint16 GetServerPort() const { return m_nServerPort; } function in class:CUpDownClient
H A DClientDetailDialog.cpp110 CFormat(wxT("%s:%i")) % srvaddr % m_client.GetServerPort());
H A DClientRef.cpp147 uint16 WRAPC(GetServerPort)
H A DClientRef.h144 uint16 GetServerPort() const;
H A DDownloadClient.cpp88 && GetServerPort()!=0
89 && GetServerPort() == tocomp->GetServerPort()) {
H A DClientList.cpp283 const uint32 serverPort = client->GetServerPort();
293 if (serverPort == other->GetServerPort()) {
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.h181 uint16 GetServerPort() const { return m_nServerPort; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp272 AddTag(CECTag(EC_TAG_CLIENT_SERVER_PORT, client->GetServerPort()), valuemap);
H A DBaseClient.cpp1466 if (!theApp->CanDoCallback(GetServerIP(), GetServerPort())) {
1487 if (HasValidBuddyID() && !GetBuddyIP() && !GetBuddyPort() && !theApp->serverconnect->IsLocalServer(GetServerIP(), GetServerPort())
2618 srvaddr, GetServerPort());
H A DKnownFile.cpp1042 data.WriteUInt16(cur_src->GetServerPort());
H A DPartFile.cpp1407 if (cur_src->HasLowID() && !theApp->CanDoCallback(cur_src->GetServerIP(), cur_src->GetServerPort())) {
2631 data.WriteUInt16(cur_src->GetServerPort());

Completed in 122 milliseconds