Searched refs:h245Msg (Results 1 – 8 of 8) sorted by relevance
121 S_H245Msg h245Msg ; in MsgOpenSend() local138 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() local190 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 …]
258 S_H245Msg h245Msg ; in MsgCloseSend() local264 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() local291 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 …]
274 S_H245Msg h245Msg; in MsgEntrySend() local280 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() local310 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 …]
291 S_H245Msg h245Msg ; in MsgRequestSend() local297 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() local325 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 …]
336 S_H245Msg h245Msg ; in MsgLoopReqSend() local340 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() local369 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 …]
375 S_H245Msg h245Msg ; in MsgMtSend() local381 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() local420 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 …]
191 S_H245Msg h245Msg ; in MsgRequestSend() local199 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() local232 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()
40 S_H245Msg h245Msg ; in MessageSend() local42 h245Msg.Type1 = (uint8)type1; in MessageSend()43 h245Msg.Type2 = (uint8)type2 ; in MessageSend()44 h245Msg.pData = pdata; in MessageSend()46 MessageSend(&h245Msg) ; in MessageSend()