Home
last modified time | relevance | path

Searched refs:FillpAckSendPcb (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_common.h51 IGNORE_OVERFLOW void FillpAckSendPcb(struct FillpPcb *pcb, FILLP_INT seqNum);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c424 FillpAckSendPcb(&conn->pcb->fpcb, 0); in SpungeCheckDisconn()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c178 FillpAckSendPcb(pcb, (FILLP_INT)UTILS_MAX(sendPktNum << 1, FILLP_SEND_ONE_ACK_NUM)); in FillpSendOne()
H A Dfillp_common.c348 IGNORE_OVERFLOW void FillpAckSendPcb(struct FillpPcb *pcb, FILLP_INT cntLimit) in FillpAckSendPcb() function
H A Dfillp_input.c642 FillpAckSendPcb(pcb, FILLP_MAXIMAL_ACK_NUM_LIMITATION); in FillpTryAckSendPcbByPackInfo()