Searched refs:g_rawMsg (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 31 static FILLP_UCHAR g_rawMsg[FILLP_FRAME_MTU] = {0}; variable 1440 reqAck = (struct FillpPktConnReqAck *)g_rawMsg; in FillpSendConnReqAckBuild() 1496 struct FillpPktConnReqAck *reqAck = (struct FillpPktConnReqAck *)g_rawMsg; in FillpSendConnReqAck() 1529 ret = pcb->sendFunc(conn, (char *)g_rawMsg, (FILLP_INT)dataLen, tempPcb); in FillpSendConnReqAck() 1561 *((FILLP_UINT16 *)(g_rawMsg + encMsgLen)) = FILLP_HTONS(reqAck->tagCookie); in ConnConfirmBuild() 1582 … ret = memcpy_s(g_rawMsg + encMsgLen, (FILLP_UINT32)((FILLP_INT)sizeof(g_rawMsg) - encMsgLen), in ConnConfirmBuild() 1660 (void)memset_s(g_rawMsg, FILLP_FRAME_MTU, 0, FILLP_FRAME_MTU); in FillpSendConnConfirm() 1661 pktHdr = (struct FillpPktHead *)(void *)g_rawMsg; in FillpSendConnConfirm() 1673 FILLP_CONN_CONFIRM_TX_LOG(ftSock->index, g_rawMsg, encMsgLen, extParaOffset); in FillpSendConnConfirm() 1675 ret = pcb->sendFunc(conn, (FILLP_CHAR *)g_rawMsg, encMsgLen, conn->pcb); in FillpSendConnConfirm() [all …]
|