Home
last modified time | relevance | path

Searched refs:m_byCompatibleClient (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBaseClient.cpp341 m_byCompatibleClient = 0; in ClearHelloProperties()
632 m_byCompatibleClient = (temptag.GetInt() >> 24); in ProcessHelloTypePacket()
886 m_byCompatibleClient = 0; in ProcessMuleInfoPacket()
939 m_byCompatibleClient = temptag.GetInt(); in ProcessMuleInfoPacket()
1784 m_clientSoft = m_byCompatibleClient; in ReGetClientSoft()
1816 } else if (m_byCompatibleClient != 0) { in ReGetClientSoft()
1821 (m_byCompatibleClient != 0xf0) // Chinese leech mod in ReGetClientSoft()
1824 …eNS(CFormat(wxT("Compatible client found with ET_COMPATIBLECLIENT of %x")) % m_byCompatibleClient); in ReGetClientSoft()
1827 m_clientSoftString = CFormat(wxT("%s(%#x)")) % GetSoftName(m_clientSoft) % m_byCompatibleClient; in ReGetClientSoft()
H A Dupdownclient.h201 uint32 GetCompatibleClient() const { return m_byCompatibleClient; } in GetCompatibleClient()
688 uint32 m_byCompatibleClient; variable
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBaseClient.cpp341 m_byCompatibleClient = 0; in ClearHelloProperties()
632 m_byCompatibleClient = (temptag.GetInt() >> 24); in ProcessHelloTypePacket()
886 m_byCompatibleClient = 0; in ProcessMuleInfoPacket()
939 m_byCompatibleClient = temptag.GetInt(); in ProcessMuleInfoPacket()
1784 m_clientSoft = m_byCompatibleClient; in ReGetClientSoft()
1816 } else if (m_byCompatibleClient != 0) { in ReGetClientSoft()
1821 (m_byCompatibleClient != 0xf0) // Chinese leech mod in ReGetClientSoft()
1824 …eNS(CFormat(wxT("Compatible client found with ET_COMPATIBLECLIENT of %x")) % m_byCompatibleClient); in ReGetClientSoft()
1827 m_clientSoftString = CFormat(wxT("%s(%#x)")) % GetSoftName(m_clientSoft) % m_byCompatibleClient; in ReGetClientSoft()
H A Dupdownclient.h201 uint32 GetCompatibleClient() const { return m_byCompatibleClient; }
688 uint32 m_byCompatibleClient;