Home
last modified time | relevance | path

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

/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()
779 if ((confirm->tagCookie != FILLP_COOKIE_TAG) || (confirm->cookieLength ! in FillpConnConfirmInput()
[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()
/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

Completed in 6 milliseconds