Home
last modified time | relevance | path

Searched refs:PS_MaIp6Address (Results 1 – 9 of 9) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h202 void Delete_MaIp6Address(PS_MaIp6Address x);
Dh245_decoder.h200 void Decode_MaIp6Address(PS_MaIp6Address x, PS_InStream stream);
Dh245_encoder.h200 void Encode_MaIp6Address(PS_MaIp6Address x, PS_OutStream stream);
Dh245_analysis.h199 void Analyze_MaIp6Address(PS_MaIp6Address x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2933 typedef S_MaIp6Address *PS_MaIp6Address; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp3995 void Delete_MaIp6Address(PS_MaIp6Address x) in Delete_MaIp6Address()
Dh245_decoder.cpp6069 x->maIp6Address = (PS_MaIp6Address) OSCL_DEFAULT_MALLOC(sizeof(S_MaIp6Address)); in Decode_MulticastAddress()
6096 void Decode_MaIp6Address(PS_MaIp6Address x, PS_InStream stream) in Decode_MaIp6Address()
Dh245_encoder.cpp4585 void Encode_MaIp6Address(PS_MaIp6Address x, PS_OutStream stream) in Encode_MaIp6Address()
Dh245_analysis.cpp4896 void Analyze_MaIp6Address(PS_MaIp6Address x, const char* label, uint16 tag, uint16 indent) in Analyze_MaIp6Address()