Home
last modified time | relevance | path

Searched refs:maxNTUSize (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h798 uint16 maxNTUSize; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1314 PutInteger(0, 65535, (uint32)x->maxNTUSize, stream); in Encode_ATMParameters()
Dh245_analysis.cpp1363 ShowPERInteger(tag, indent, "maxNTUSize", (int32)x->maxNTUSize); in Analyze_ATMParameters()
Dh245_decoder.cpp1808 x->maxNTUSize = (uint16) GetInteger(0, 65535, stream); in Decode_ATMParameters()