Home
last modified time | relevance | path

Searched refs:cookieLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c325 reqAck->cookieLength = *((FILLP_UINT16 *)buf); in FillpConnReqAckClientBuild()
328 reqAck->cookieLength = FILLP_NTOHS(reqAck->cookieLength); in FillpConnReqAckClientBuild()
330 if ((p->len < (FILLP_INT)(reqAck->cookieLength + *len)) || (reqAck->cookieLength == 0)) { in FillpConnReqAckClientBuild()
336 buf = buf + reqAck->cookieLength; in FillpConnReqAckClientBuild()
337 *len += reqAck->cookieLength; in FillpConnReqAckClientBuild()
776 confirm->cookieLength = FILLP_NTOHS(confirm->cookieLength); in FillpConnConfirmInput()
1455 reqAck->cookieLength = sizeof(FillpCookieContent); in FillpSendConnReqAckBuild()
1463 reqAck->cookieLength = FILLP_HTONS(reqAck->cookieLength); in FillpSendConnReqAckBuild()
1567 reqAck->cookieLength, sizeof(FillpCookieContent)); in ConnConfirmBuild()
1571 reqAck->cookieContent, reqAck->cookieLength); in ConnConfirmBuild()
[all …]
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()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h259 FILLP_UINT16 cookieLength; /* client send to server cache , same as server recv cache */ member
269 FILLP_UINT16 cookieLength; /* client send to server cache , same as server recv cache */ member
289 FILLP_UINT16 cookieLength; /* client send to server cache , same as server recv cache */ member