Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h161 FILLP_UINT32 lastPackAckSeq; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c703 if (ackSeqNum == pcb->send.lastPackAckSeq) { in MoveUnackToUnrecvByPackInfo()
711 pcb->send.lastPackAckSeq = ackSeqNum; in MoveUnackToUnrecvByPackInfo()
H A Dfillp_pcb.c210 pcb->lastPackAckSeq = 0; in InitSimplePcbPar()