HomeSort by relevance Sort by last modified time
    Searched defs:pPdu (Results 1 - 3 of 3) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
level1.cpp 55 Level1PduParcom::GetStuffing(uint8* pPdu, uint32 buf_size, uint8 mux_code)
63 *(pPdu) = 0xe1;
64 *(pPdu + 1) = 0x4d;
65 pPdu += 2;
69 *(pPdu) = 0xe1;
70 *(pPdu + 1) = 0x4d;
71 pPdu += 2;
87 uint8* pPdu = (uint8*)frag.getMemFrag().ptr;
89 *pPdu = 0xe1;
90 *(pPdu + 1) = 0x4d
    [all...]
level0.cpp 69 Level0PduParcom::GetStuffing(uint8* pPdu, uint32 max_size, uint8 mux_code)
73 uint8* pos = pPdu;
78 return (uint16)(pos - pPdu);
89 uint8* pPdu = (uint8*)frag.getMemFragPtr();
90 *pPdu = flag;
91 *(pPdu + 1) = (uint8)(iHecCrc[MuxTblNum] << 5 | MuxTblNum << 1);
104 pos += Insert0Octet(*(pPdu + 1), 8, pos);
level2.cpp     [all...]

Completed in 44 milliseconds