Searched refs:GetUDPVersion (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 DClientUDPSocket.cpp202 if (sender->GetUDPVersion() > 3) {
204 } else if (sender->GetUDPVersion() > 2) {
214 if(sender->GetUDPVersion() > 3) {
258 if ( sender->GetUDPVersion() > 3 ) {
H A DDownloadClient.cpp1293 if (GetUDPVersion() > 3) {
1302 if (GetUDPVersion() > 2) {
1319 if (GetUDPVersion() > 3) {
1327 if (GetUDPVersion() > 2) {
H A DClientTCPSocket.cpp1737 if (sender->GetUDPVersion() > 3) {
1739 } else if (sender->GetUDPVersion() > 2) {
1750 if(sender->GetUDPVersion() > 3) {
H A Dupdownclient.h195 uint8 GetUDPVersion() const { return m_byUDPVer; } function in class:CUpDownClient

Completed in 46 milliseconds