Searched refs:m_clientID (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DContact.h60 const CUInt128& GetClientID() const throw() { return m_clientID; }
61 void SetClientID(const CUInt128& clientID) throw() { m_clientID = clientID; m_distance = CKademlia::GetPrefs()->GetKadID() ^ clientID; }
63 const wxString GetClientIDString() const { return m_clientID.ToHexString(); }
108 CUInt128 m_clientID; member in class:Kademlia::CContact
H A DContact.cpp55 : m_clientID(clientID),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp75 m_clientID = GetRandomUint128();
116 m_clientID = file.ReadUInt128();
118 if (m_clientID == 0)
119 m_clientID = GetRandomUint128();
134 file.WriteUInt128(m_clientID);
H A DPrefs.h58 void SetKadID(const CUInt128 &id) throw() { m_clientID = id; }
59 const CUInt128& GetKadID() const throw() { return m_clientID; }
131 CUInt128 m_clientID; member in class:Kademlia::CPrefs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchFile.h166 uint32_t GetClientID() const throw() { return m_clientID; }
167 void SetClientID(uint32_t clientID) throw() { m_clientID = clientID; }
214 uint32_t m_clientID; member in class:CSearchFile
H A DSearchFile.cpp55 m_clientID = data.ReadUInt32();
58 if (!m_clientID || !m_clientPort || !IsGoodIP(m_clientID, thePrefs::FilterLanIPs())) {
59 m_clientID = 0;
108 m_clientID(other.m_clientID),
H A Damule-remote-gui.cpp352 m_clientID = 0;
511 return m_clientID;
750 theApp->m_clientID = tag->GetClientId();
1977 m_clientID(0),
H A Damule-remote-gui.h735 uint32 m_clientID; member in class:CamuleRemoteGuiApp

Completed in 34 milliseconds