• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:GetIP

721 		Kademlia::CKademlia::Bootstrap(wxUINT32_SWAP_ALWAYS(GetIP()), GetKadPort());
1079 CTagVarInt tagBuddyIP(CT_EMULE_BUDDYIP, theApp->clientlist->GetBuddy()->GetIP(), GetVBTTags() ? 0 : 32);
1181 dwIP = theApp->serverconnect->GetCurrentServer()->GetIP();
1366 Notify_ChatConnResult(false,GUI_ID(GetIP(),GetUserPort()),wxEmptyString);
1431 uint32 uClientIP = GetIP();
1700 Notify_ChatConnResult(result,GUI_ID(GetIP(),GetUserPort()),m_pendingMessage);
2108 ChallengeIP = GetIP();
2189 if (m_dwLastSignatureIP == GetIP()){
2204 if (theApp->clientcredits->VerifyIdent(credits, pachPacket+1, pachPacket[0], GetIP(), byChaIPKind ) ) {
2211 m_dwLastSignatureIP = GetIP();
2221 } else if (m_dwLastSignatureIP != GetIP()) {
2575 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDENTIFIED);
2580 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDBADGUY);
2585 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDFAILED);
2590 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDNEEDED);
2595 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_NOTAVAILABLE);
2610 return credits ? credits->GetScoreRatio(GetIP(), theApp->CryptoAvailable()) : 0;
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);
2928 Kademlia::CUDPFirewallTester::SetUDPFWCheckResult(false, true, wxUINT32_SWAP_ALWAYS(GetIP()), 0); // inform the tester that this test was cancelled