Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h205 SPUNGE_SHUT_RD, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c319 if (((how == SPUNGE_SHUT_RD) || (how == SPUNGE_SHUT_RDWR)) && !netconn->shutdownRdSet) { in SpungeShutdownSock()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c573 if (((howValue == SPUNGE_SHUT_RD) || (howValue == SPUNGE_SHUT_RDWR)) && !conn->shutdownRdSet) { 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()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c1142 SpungeShutdownSock(sock, SPUNGE_SHUT_RD); in ConnectedHandleFinInput()