Searched refs:PS_TransportAddress (Results 1 – 9 of 9) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | h245_deleter.h | 194 void Delete_TransportAddress(PS_TransportAddress x);
|
D | h245_decoder.h | 192 void Decode_TransportAddress(PS_TransportAddress x, PS_InStream stream);
|
D | h245_encoder.h | 192 void Encode_TransportAddress(PS_TransportAddress x, PS_OutStream stream);
|
D | h245_analysis.h | 191 void Analyze_TransportAddress(PS_TransportAddress x, const char* label, uint16 tag, uint16 indent);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 2834 typedef S_TransportAddress *PS_TransportAddress; typedef
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_deleter.cpp | 3838 void Delete_TransportAddress(PS_TransportAddress x) in Delete_TransportAddress()
|
D | h245_decoder.cpp | 4721 … x->localAreaAddress = (PS_TransportAddress) OSCL_DEFAULT_MALLOC(sizeof(S_TransportAddress)); in Decode_NetworkAddress() 5860 void Decode_TransportAddress(PS_TransportAddress x, PS_InStream stream) in Decode_TransportAddress()
|
D | h245_encoder.cpp | 4419 void Encode_TransportAddress(PS_TransportAddress x, PS_OutStream stream) in Encode_TransportAddress()
|
D | h245_analysis.cpp | 4709 void Analyze_TransportAddress(PS_TransportAddress x, const char* label, uint16 tag, uint16 indent) in Analyze_TransportAddress()
|