Home
last modified time | relevance | path

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 Dfillp_mgt_msg_log.c209 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 Dfillp_conn.c321 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 Dfillp.h258 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