Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge.c57 if ((sock->netconn != FILLP_NULL_PTR) && (!sock->netconn->closeSet)) { in SpungeEpollEventCallback()
H A Dspunge_message.c684 conn->closeSet = 1; in SpungeHandleMsgClose()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h65 FILLP_UINT32 closeSet : 1; /* Application calls close() function */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c135 conn->closeSet = 0; /* Application calls close() function */ in FillpNetconnAlloc()
H A Dspunge_stack.c549 if (conn->closeSet) { in SpungeConnClosed()