Searched refs:GetEffectiveUDPPort (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 DMuleTrayIcon.cpp384 if (thePrefs::GetEffectiveUDPPort()) {
385 temp = CFormat(_("UDP port: %d")) % thePrefs::GetEffectiveUDPPort();
H A DPreferences.h214 static uint16 GetEffectiveUDPPort() { return s_UDPEnable ? s_udpport : 0; } function in class:CPreferences
H A DBaseClient.cpp804 CTagInt32 tag3(ET_UDPPORT, thePrefs::GetEffectiveUDPPort());
1075 CTagVarInt tagUdpPorts(CT_EMULE_UDPPORTS, (kadUDPPort << 16) | ((uint32)thePrefs::GetEffectiveUDPPort()), GetVBTTags() ? 0 : 32);
1488 && !(SupportsDirectUDPCallback() && thePrefs::GetEffectiveUDPPort() != 0)) {
1512 if (HasLowID() && SupportsDirectUDPCallback() && thePrefs::GetEffectiveUDPPort() != 0 && GetConnectIP() != 0) { // LOWID with DirectCallback
H A DDownloadClient.cpp1278 if (thePrefs::GetEffectiveUDPPort() == 0) {

Completed in 165 milliseconds