HomeSort by relevance Sort by last modified time
    Searched refs:openLogicalChannelConfirm (Results 1 - 7 of 7) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
lcblccmn.cpp 216 S_OpenLogicalChannelConfirm openLogicalChannelConfirm ;
221 openLogicalChannelConfirm.forwardLogicalChannelNumber = forwardLcn;
225 h245Msg.pData = (uint8*) & openLogicalChannelConfirm ;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
lcblc.h 592 S_OpenLogicalChannelConfirm openLogicalChannelConfirm ;
594 openLogicalChannelConfirm.forwardLogicalChannelNumber = ForwardLcn;
596 MessageSend(H245_MSG_IDC, MSGTYP_LCBLC_OP_CFM, (uint8*)&openLogicalChannelConfirm) ;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
h245_deleter.cpp 333 Delete_OpenLogicalChannelConfirm(x->openLogicalChannelConfirm);
334 OSCL_DEFAULT_FREE(x->openLogicalChannelConfirm);
    [all...]
h245_decoder.cpp 368 x->openLogicalChannelConfirm = (PS_OpenLogicalChannelConfirm) OSCL_DEFAULT_MALLOC(sizeof(S_OpenLogicalChannelConfirm));
369 Decode_OpenLogicalChannelConfirm(x->openLogicalChannelConfirm, stream);
    [all...]
h245_encoder.cpp 278 Encode_OpenLogicalChannelConfirm(x->openLogicalChannelConfirm, stream);
    [all...]
h245_analysis.cpp 294 Analyze_OpenLogicalChannelConfirm(x->openLogicalChannelConfirm, "openLogicalChannelConfirm", tag, indent);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245def.h 143 struct _OpenLogicalChannelConfirm *openLogicalChannelConfirm;
    [all...]

Completed in 44 milliseconds