Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp431 iPrevPm = 0; in Level2PduParcom()
533 *(pPdu + 5) = (uint8)((iHecCrc[iPrevMuxTblNum] << 1) | (iPrevMuxTblNum << 4) | iPrevPm); in GetStuffing()
535 iPrevPm = 0; in GetStuffing()
599 *(pPdu + 5) = (uint8)((iHecCrc[iPrevMuxTblNum] << 1) | (iPrevMuxTblNum << 4) | iPrevPm); in CompletePdu()
604 iPrevPm = pm; in CompletePdu()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel2.h107 int iPrevPm; variable