Home
last modified time | relevance | path

Searched refs:FILLP_NTOHLL (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_os.h39 #define FILLP_NTOHLL(x) \ macro
47 #define FILLP_HTONLL(x) FILLP_NTOHLL(x)
55 #define FILLP_NTOHLL(x) (x) macro
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_mgt_msg_log.c86 FILLP_NTOHLL(req->timestamp)); in FillpConnReqLog()
224 FILLP_NTOHS(ack->tagCookie), FILLP_NTOHS(ack->cookieLength), FILLP_NTOHLL(ack->timestamp), tmpBuf); in FillpConnReqAckTxLog()
H A Dfillp_conn.c126 req->timestamp = FILLP_NTOHLL(req->timestamp); in FillpConnReqInput()
223 conn->calcRttDuringConnect = FILLP_NTOHLL(rtt); in FillpDecodeRtt()
344 reqAck->timestamp = FILLP_NTOHLL(reqAck->timestamp); in FillpConnReqAckClientBuild()
H A Dfillp_input.c90 sendTimestamp = (FILLP_LLONG)FILLP_NTOHLL((FILLP_ULLONG)sendTimestamp); in FillpProcessDataOptions()

Completed in 6 milliseconds