Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h79 FILLP_UINT32 peerPktSize; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c242 conn->peerPktSize = FILLP_NTOHL(pktSize); in FillpDecodePktSize()
495 newConn->pcb->fpcb.pktSize = UTILS_MIN(sock->resConf.flowControl.pktSize, newConn->peerPktSize); in FillpInitNewPcbByNewConn()
624 static inline void FillpInitPeerOfNewconn(struct FtNetconn *newConn, FILLP_UINT32 peerPktSize) in FillpInitPeerOfNewconn() argument
626 newConn->peerPktSize = peerPktSize; in FillpInitPeerOfNewconn()
H A Dfillp_mgt_msg_log.c96 return snprintf_s(buf, len, len - 1, " peer pkt size: %u", conn->peerPktSize); in FillpExtParaPktSizeFormat()