Searched refs:FILLP_NTOHL (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | fillp_os.h | 34 #define FILLP_NTOHL(x) \ macro 45 #define FILLP_HTONL(x) FILLP_NTOHL(x) 50 #define FILLP_NTOHL(x) (x) macro
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_mgt_msg_log.c | 62 out->pktNum = FILLP_NTOHL(in->pktNum); in FillpHeaderNtoH() 63 out->seqNum = FILLP_NTOHL(in->seqNum); in FillpHeaderNtoH() 85 FILLP_NTOHL(req->cookiePreserveTime), FILLP_NTOHL(req->sendCache), FILLP_NTOHL(req->recvCache), in FillpConnReqLog() 308 FILLP_NTOHL(confirmAck->sendCache), FILLP_NTOHL(confirmAck->recvCache), FILLP_NTOHL(confirmAck->pktSize), in FillpConnConfirmAckLog()
|
H A D | fillp_input.c | 451 seqPktNum.endPktNum = FILLP_NTOHL(nack->lastPktNum); in FillpNackInput() 587 FILLP_NTOHL(pack->rate), pktHdr->seqNum, pktHdr->pktNum, in FillpCheckPackNumber() 588 FILLP_NTOHS(pack->flag), FILLP_NTOHL(pack->oppositeSetRate), lostSeqNum); in FillpCheckPackNumber() 606 tmpPack.reserved.rtt = FILLP_NTOHL(pack->reserved.rtt); in FillpHandleAdhocpackFlag() 617 pack->reserved.rtt = FILLP_NTOHL(pack->reserved.rtt); in FillpHandleAdhocpackFlag() 667 pack->reserved.rtt = FILLP_NTOHL(pack->reserved.rtt); in FillpHandlePackFlag() 759 pack->lostSeq = FILLP_NTOHL(pack->lostSeq); in FillpPackInput() 769 pack->rate = FILLP_NTOHL(pack->rate); in FillpPackInput() 770 pack->oppositeSetRate = FILLP_NTOHL(pack->oppositeSetRate); in FillpPackInput() 904 head->pktNum = FILLP_NTOHL(hea in FillpDoInput() [all...] |
H A D | fillp_frame.c | 208 info.timestamp = FILLP_NTOHL(frameOpt->txTimestamp); in FillpFrameParseOption() 217 frameItem->fragSize = FILLP_NTOHL(frameOpt->fragSize); in FillpFrameParseOption()
|
H A D | fillp_conn.c | 123 req->cookiePreserveTime = FILLP_NTOHL(req->cookiePreserveTime); in FillpConnReqInput() 124 req->sendCache = FILLP_NTOHL(req->sendCache); in FillpConnReqInput() 125 req->recvCache = FILLP_NTOHL(req->recvCache); in FillpConnReqInput() 242 conn->peerPktSize = FILLP_NTOHL(pktSize); in FillpDecodePktSize() 261 conn->peerCharacters = FILLP_NTOHL(characters); in FillpDecodeCharacters() 1057 confirmAck->sendCache = FILLP_NTOHL(confirmAck->sendCache); in FillpConnConfirmAckInput() 1058 confirmAck->recvCache = FILLP_NTOHL(confirmAck->recvCache); in FillpConnConfirmAckInput() 1059 confirmAck->pktSize = FILLP_NTOHL(confirmAck->pktSize); in FillpConnConfirmAckInput()
|
Completed in 7 milliseconds