Searched refs:EC_TAG_STATS_TOTAL_SENT_BYTES (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/libs/ec/java/
H A DECCodes.java163 public final static short EC_TAG_STATS_TOTAL_SENT_BYTES = 0x0218; field in interface:ECCodes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECCodes.h175 EC_TAG_STATS_TOTAL_SENT_BYTES = 0x0218, enumerator in enum:ECTagNames
621 case 0x0218: return wxT("EC_TAG_STATS_TOTAL_SENT_BYTES");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.cpp1057 s_statData[sdTotalSentBytes] = stats->GetTagByNameSafe(EC_TAG_STATS_TOTAL_SENT_BYTES)->GetInt();
H A DExternalConn.cpp574 response->AddTag(CECTag(EC_TAG_STATS_TOTAL_SENT_BYTES, theStats::GetTotalSentBytes()));

Completed in 68 milliseconds