Home
last modified time | relevance | path

Searched refs:FILLP_HTONLL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_os.h47 #define FILLP_HTONLL(x) FILLP_NTOHLL(x) macro
54 #define FILLP_HTONLL(x) (x)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c207 curTime = (FILLP_LLONG)FILLP_HTONLL((FILLP_ULLONG)curTime); in FillpBuildTimestamp()
H A Dfillp_conn.c1346 req->timestamp = FILLP_HTONLL((FILLP_ULLONG)curTime); in FillpSendConnReqBuild()
1452 reqAck->timestamp = FILLP_HTONLL(timestamp); in FillpSendConnReqAckBuild()
1599 tempRtt = FILLP_HTONLL(pcb->rtt); in ConnConfirmEncodeExtPara()
H A Dfillp_common.c451 nackTest.randomNum = FILLP_HTONLL(pcb->send.nackRandomNum + FILLP_RAND()); in FillpSendRepaetNack()