Searched refs:tagCookie (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_mgt_msg_log.c | 209 ack->tagCookie, ack->cookieLength, ack->timestamp, tmpBuf); in FillpConnReqAckRxLog() 224 …FILLP_NTOHS(ack->tagCookie), FILLP_NTOHS(ack->cookieLength), FILLP_NTOHLL(ack->timestamp), tmpBuf); in FillpConnReqAckTxLog() 246 FILLP_NTOHS(confirm->tagCookie), FILLP_NTOHS(confirm->cookieLength), in FillpConnConfirmRxLog() 258 FILLP_UINT16 tagCookie = *(FILLP_UINT16 *)(data + FILLP_HLEN); in FillpConnConfirmTxLog() local 259 tagCookie = FILLP_NTOHS(tagCookie); in FillpConnConfirmTxLog() 287 tagCookie, cookieLen, in FillpConnConfirmTxLog()
|
H A D | fillp_conn.c | 321 reqAck->tagCookie = *((FILLP_UINT16 *)buf); in FillpConnReqAckClientBuild() 324 reqAck->tagCookie = FILLP_NTOHS(reqAck->tagCookie); in FillpConnReqAckClientBuild() 777 confirm->tagCookie = FILLP_NTOHS(confirm->tagCookie); in FillpConnConfirmInput() 779 …if ((confirm->tagCookie != FILLP_COOKIE_TAG) || (confirm->cookieLength != sizeof(FillpCookieConten… in FillpConnConfirmInput() 1453 reqAck->tagCookie = FILLP_COOKIE_TAG; in FillpSendConnReqAckBuild() 1454 reqAck->tagCookie = FILLP_HTONS(reqAck->tagCookie); in FillpSendConnReqAckBuild() 1561 *((FILLP_UINT16 *)(g_rawMsg + encMsgLen)) = FILLP_HTONS(reqAck->tagCookie); in ConnConfirmBuild()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp.h | 258 FILLP_UINT16 tagCookie; /* for align to 8 bytes */ member 268 FILLP_UINT16 tagCookie; /* for align to 8 bytes */ member 288 FILLP_UINT16 tagCookie; /* for align to 8 bytes */ member
|