Home
last modified time | relevance | path

Searched refs:lastPackSeq (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c214 if ((ackSeqNum == lostSeqNum) && (ackSeqNum == tailProtect->lastPackSeq) && (unackNum != 0) && in FillpFcTailProtected()
230 pcb->send.tailProtect.lastPackSeq = ackSeqNum; in FillpFcTailProtected()
294 pcb->send.tailProtect.lastPackSeq = 0; in FillpFcInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h115 FILLP_UINT32 lastPackSeq; member