Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h206 SPUNGE_SHUT_WR, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c330 if (((how == SPUNGE_SHUT_WR) || (how == SPUNGE_SHUT_RDWR)) && !netconn->shutdownWrSet) { in SpungeShutdownSock()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c577 if (((howValue == SPUNGE_SHUT_WR) || (howValue == SPUNGE_SHUT_RDWR)) && !conn->shutdownWrSet) { in SpungeHandleMsgDoShutdown()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1208 if ((how != SPUNGE_SHUT_RD) && (how != SPUNGE_SHUT_RDWR) && (how != SPUNGE_SHUT_WR)) { in SockShutdown()