Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel2.h111 int ParseHdr(int* fClosing, int* mpl, int* muxCode, int* numErrors, uint8* optional_header);
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp633 int Level2PduParcom::ParseHdr(int* fClosing, int* mpl, int* muxCode, int* numErrors, uint8* optiona… in ParseHdr() function in Level2PduParcom
719 sz = ParseHdr(&fClosing, &mpl, &muxCode, &num_errors, &optional_header); in Parse()