Home
last modified time | relevance | path

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

/dports/net-p2p/amule/aMule-2.3.3/src/
H A Dupdownclient.h572 …bool SupportsDirectUDPCallback() const { return m_fDirectUDPCallback != 0 && HasValidHash() && G… in SupportsDirectUDPCallback()
579 void SetDirectUDPCallbackSupport(bool bVal) { m_fDirectUDPCallback = bVal ? 1 : 0; } in SetDirectUDPCallbackSupport()
772 m_fDirectUDPCallback : 1; variable
H A DBaseClient.cpp284 m_fDirectUDPCallback = 0; in Init()
357 m_fDirectUDPCallback = 0; in ClearHelloProperties()
588 m_fDirectUDPCallback = (temptag.GetInt() >> 12) & 0x01; in ProcessHelloTypePacket()
605 AddLogLineNS(CFormat(wxT(" m_fDirectUDPCallback = %i")) % m_fDirectUDPCallback); in ProcessHelloTypePacket()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A Dupdownclient.h572 …bool SupportsDirectUDPCallback() const { return m_fDirectUDPCallback != 0 && HasValidHash() && G…
579 void SetDirectUDPCallbackSupport(bool bVal) { m_fDirectUDPCallback = bVal ? 1 : 0; }
772 m_fDirectUDPCallback : 1;
H A DBaseClient.cpp284 m_fDirectUDPCallback = 0; in Init()
357 m_fDirectUDPCallback = 0; in ClearHelloProperties()
588 m_fDirectUDPCallback = (temptag.GetInt() >> 12) & 0x01; in ProcessHelloTypePacket()
605 AddLogLineNS(CFormat(wxT(" m_fDirectUDPCallback = %i")) % m_fDirectUDPCallback); in ProcessHelloTypePacket()