Home
last modified time | relevance | path

Searched refs:totalBytesSent (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h127 totalBytesSent(0), in SRPStats()
154 totalBytesSent = 0; in Reset()
180 totalBytesSent = a.totalBytesSent;
205 uint32 totalBytesSent; variable
472 iStats.totalBytesSent += pPkt->getFilledSize(); in LowerLayerTx()
484 iStats.totalBytesSent += pPkt->getFilledSize(); in UpperLayerTx()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp400 …_INST_HLDBG, iLogger, PVLOGMSG_STATISTIC, (0x40000020, "Bytes sent %d", tempStats.totalBytesSent)); in SrpStop()