Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h110 SRPStats() : totalFramesRecv(0), in SRPStats()
137 totalFramesRecv = 0; in Reset()
163 totalFramesRecv = a.totalFramesRecv;
188 uint32 totalFramesRecv; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp383 …DBG, iLogger, PVLOGMSG_STATISTIC, (0x40000020, "Total frames recv %d", tempStats.totalFramesRecv)); in SrpStop()
2084 iStats.totalFramesRecv++; in LowerLayerRx()