Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h70 FILLP_UINT32 sendBufRunOut : 1; /* Send buffer has run out */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c140 conn->sendBufRunOut = 0; /* Send buffer has run out */ in FillpNetconnAlloc()
H A Dspunge_stack.c434 conn->sendBufRunOut = FILLP_TRUE; in SpungeCheckDisconn()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c1866 if (conn->shutdownWrSet && conn->sendBufRunOut) { in FillpSendFin()