Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c115 FILLP_UINT32 tmpBytes = 0; in SpungeDoSendCycle() local
144 tmpBytes = (FILLP_UINT32)(bytesExpected - pktSize); in SpungeDoSendCycle()
146 sendBytes = FillpSendOne(&pcb->fpcb, tmpBytes, sendPktNum); in SpungeDoSendCycle()
153 sock->index, sendBytes, tmpBytes, pcb->fpcb.send.flowControl.remainBytes); in SpungeDoSendCycle()