Searched refs:dwForIP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCredits.h72 void AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
73 void AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
76 float GetScoreRatio(uint32 dwForIP, bool cryptoavail);
81 EIdentState GetCurrentIdentState(uint32 dwForIP) const; // can be != m_identState
82 uint32 GetSecureWaitStartTime(uint32 dwForIP);
83 void SetSecWaitStartTime(uint32 dwForIP);
84 void Verified(uint32 dwForIP);
H A DClientCredits.cpp72 void CClientCredits::AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail) argument
74 switch (GetCurrentIdentState(dwForIP)) {
91 void CClientCredits::AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail) argument
93 switch (GetCurrentIdentState(dwForIP)) {
122 float CClientCredits::GetScoreRatio(uint32 dwForIP, bool cryptoavail) argument
125 switch (GetCurrentIdentState(dwForIP)) {
189 void CClientCredits::Verified(uint32 dwForIP) argument
191 m_dwIdentIP = dwForIP;
220 EIdentState CClientCredits::GetCurrentIdentState(uint32 dwForIP) const
225 if (dwForIP
235 GetSecureWaitStartTime(uint32 dwForIP) argument
263 SetSecWaitStartTime(uint32 dwForIP) argument
[all...]
H A DClientCreditsList.h43 bool VerifyIdent(CClientCredits* pTarget, const byte* pachSignature, uint8 nInputSize, uint32 dwForIP, uint8 byChaIPKind);
H A DClientCreditsList.cpp376 bool CClientCreditsList::VerifyIdent(CClientCredits* pTarget, const byte* pachSignature, uint8 nInputSize, uint32 dwForIP, uint8 byChaIPKind) argument
402 ChallengeIP = dwForIP;
437 pTarget->Verified(dwForIP);

Completed in 29 milliseconds