Home
last modified time | relevance | path

Searched refs:h245Msg (Results 1 – 8 of 8) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dlcblccmn.cpp121 S_H245Msg h245Msg ; in MsgOpenSend() local
138 h245Msg.Type1 = H245_MSG_REQ ; in MsgOpenSend()
139 h245Msg.Type2 = MSGTYP_LCBLC_OP ; in MsgOpenSend()
140 h245Msg.pData = (uint8*) & openLogicalChannel ; in MsgOpenSend()
142 MessageSend(&h245Msg) ; in MsgOpenSend()
163 S_H245Msg h245Msg ; in MsgOpenAckSend() local
190 h245Msg.Type1 = H245_MSG_RPS ; in MsgOpenAckSend()
191 h245Msg.Type2 = MSGTYP_LCBLC_OP_ACK ; in MsgOpenAckSend()
192 h245Msg.pData = (uint8*) & openLogicalChannelAck ; in MsgOpenAckSend()
194 MessageSend(&h245Msg) ; in MsgOpenAckSend()
[all …]
Dclc.cpp258 S_H245Msg h245Msg ; in MsgCloseSend() local
264 h245Msg.Type1 = H245_MSG_REQ ; in MsgCloseSend()
265 h245Msg.Type2 = MSGTYP_CLC ; in MsgCloseSend()
266 h245Msg.pData = (uint8*) & requestChannelClose ; in MsgCloseSend()
268 MessageSend(&h245Msg) ; in MsgCloseSend()
287 S_H245Msg h245Msg ; in MsgCloseAckSend() local
291 h245Msg.Type1 = H245_MSG_RPS ; in MsgCloseAckSend()
292 h245Msg.Type2 = MSGTYP_CLC_ACK ; in MsgCloseAckSend()
293 h245Msg.pData = (uint8*) & requestChannelCloseAck ; in MsgCloseAckSend()
295 MessageSend(&h245Msg) ; in MsgCloseAckSend()
[all …]
Drme.cpp274 S_H245Msg h245Msg; in MsgEntrySend() local
280 h245Msg.Type1 = H245_MSG_REQ ; in MsgEntrySend()
281 h245Msg.Type2 = MSGTYP_RME ; in MsgEntrySend()
282 h245Msg.pData = (uint8*) & requestMultiplexEntry ; in MsgEntrySend()
284 MessageSend(&h245Msg) ; in MsgEntrySend()
304 S_H245Msg h245Msg ; in MsgEntryAckSend() local
310 h245Msg.Type1 = H245_MSG_RPS ; in MsgEntryAckSend()
311 h245Msg.Type2 = MSGTYP_RME_ACK ; in MsgEntryAckSend()
312 h245Msg.pData = (uint8*) & requestMultiplexEntryAck ; in MsgEntryAckSend()
314 MessageSend(&h245Msg) ; in MsgEntryAckSend()
[all …]
Dmr.cpp291 S_H245Msg h245Msg ; in MsgRequestSend() local
297 h245Msg.Type1 = H245_MSG_REQ ; in MsgRequestSend()
298 h245Msg.Type2 = MSGTYP_MR ; in MsgRequestSend()
299 h245Msg.pData = (uint8*) & requestMode ; in MsgRequestSend()
301 MessageSend(&h245Msg) ; in MsgRequestSend()
320 S_H245Msg h245Msg ; in MsgAckSend() local
325 h245Msg.Type1 = H245_MSG_RPS ; in MsgAckSend()
326 h245Msg.Type2 = MSGTYP_MR_ACK ; in MsgAckSend()
327 h245Msg.pData = (uint8*) & requestModeAck ; in MsgAckSend()
329 MessageSend(&h245Msg) ; in MsgAckSend()
[all …]
Dml.cpp336 S_H245Msg h245Msg ; in MsgLoopReqSend() local
340 h245Msg.Type1 = H245_MSG_REQ ; in MsgLoopReqSend()
341 h245Msg.Type2 = MSGTYP_ML_REQ ; in MsgLoopReqSend()
342 h245Msg.pData = (uint8*) & maintenanceLoopRequest ; in MsgLoopReqSend()
344 MessageSend(&h245Msg) ; in MsgLoopReqSend()
363 S_H245Msg h245Msg ; in MsgLoopAckSend() local
369 h245Msg.Type1 = H245_MSG_RPS ; in MsgLoopAckSend()
370 h245Msg.Type2 = MSGTYP_ML_ACK ; in MsgLoopAckSend()
371 h245Msg.pData = (uint8*) & maintenanceLoopAck ; in MsgLoopAckSend()
373 MessageSend(&h245Msg) ; in MsgLoopAckSend()
[all …]
Dmt.cpp375 S_H245Msg h245Msg ; in MsgMtSend() local
381 h245Msg.Type1 = H245_MSG_REQ ; in MsgMtSend()
382 h245Msg.Type2 = MSGTYP_MT ; in MsgMtSend()
383 h245Msg.pData = (uint8*) & multiplexEntrySend ; in MsgMtSend()
385 MessageSend(&h245Msg) ; in MsgMtSend()
405 S_H245Msg h245Msg ; in MsgMtAckSend() local
420 h245Msg.Type1 = H245_MSG_RPS ; in MsgMtAckSend()
421 h245Msg.Type2 = MSGTYP_MT_ACK ; in MsgMtAckSend()
422 h245Msg.pData = (uint8*) & multiplexEntrySendAck ; in MsgMtAckSend()
424 MessageSend(&h245Msg) ; in MsgMtAckSend()
[all …]
Drtd.cpp191 S_H245Msg h245Msg ; in MsgRequestSend() local
199 h245Msg.Type1 = H245_MSG_REQ ; in MsgRequestSend()
201 h245Msg.Type2 = MSGTYP_RTD_REQ ; in MsgRequestSend()
203 h245Msg.pData = (uint8*) & roundTripDelayRequest ; in MsgRequestSend()
206 MessageSend(&h245Msg) ; in MsgRequestSend()
225 S_H245Msg h245Msg ; in MsgResponseSend() local
232 h245Msg.Type1 = H245_MSG_RPS ; in MsgResponseSend()
234 h245Msg.Type2 = MSGTYP_RTD_RPS ; in MsgResponseSend()
236 h245Msg.pData = (uint8*) & roundTripDelayResponse ; in MsgResponseSend()
239 MessageSend(&h245Msg) ; in MsgResponseSend()
Dsebase.cpp40 S_H245Msg h245Msg ; in MessageSend() local
42 h245Msg.Type1 = (uint8)type1; in MessageSend()
43 h245Msg.Type2 = (uint8)type2 ; in MessageSend()
44 h245Msg.pData = pdata; in MessageSend()
46 MessageSend(&h245Msg) ; in MessageSend()