Home
last modified time | relevance | path

Searched refs:m_nUDPPort (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A Dupdownclient.h194 uint16 GetUDPPort() const { return m_nUDPPort; } in GetUDPPort()
195 void SetUDPPort(uint16 nPort) { m_nUDPPort = nPort; } in SetUDPPort()
660 uint16 m_nUDPPort; variable
H A DBaseClient.cpp334 m_nUDPPort = 0; in ClearHelloProperties()
509 m_nUDPPort = temptag.GetInt() & 0xFFFF; in ProcessHelloTypePacket()
512 …mat(wxT("Hello type packet processing with eMule ports UDP=%i KAD=%i")) % m_nUDPPort % m_nKadPort); in ProcessHelloTypePacket()
909 m_nUDPPort = temptag.GetInt(); in ProcessMuleInfoPacket()
977 m_nUDPPort = 0; in ProcessMuleInfoPacket()
H A DDownloadClient.cpp1269 if (m_nUDPPort != 0 && !theApp->IsFirewalled() && !IsConnected()) { in UDPReaskForDownload()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A Dupdownclient.h194 uint16 GetUDPPort() const { return m_nUDPPort; }
195 void SetUDPPort(uint16 nPort) { m_nUDPPort = nPort; }
660 uint16 m_nUDPPort;
H A DBaseClient.cpp334 m_nUDPPort = 0; in ClearHelloProperties()
509 m_nUDPPort = temptag.GetInt() & 0xFFFF; in ProcessHelloTypePacket()
512 …mat(wxT("Hello type packet processing with eMule ports UDP=%i KAD=%i")) % m_nUDPPort % m_nKadPort); in ProcessHelloTypePacket()
909 m_nUDPPort = temptag.GetInt(); in ProcessMuleInfoPacket()
977 m_nUDPPort = 0; in ProcessMuleInfoPacket()
H A DDownloadClient.cpp1269 if (m_nUDPPort != 0 && !theApp->IsFirewalled() && !IsConnected()) { in UDPReaskForDownload()