Home
last modified time | relevance | path

Searched refs:how (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_stack.h35 void SpungeShutdownSock(void *argSock, FILLP_INT how);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c305 void SpungeShutdownSock(void *argSock, FILLP_INT how) in SpungeShutdownSock() argument
319 if (((how == SPUNGE_SHUT_RD) || (how == SPUNGE_SHUT_RDWR)) && !netconn->shutdownRdSet) { in SpungeShutdownSock()
330 if (((how == SPUNGE_SHUT_WR) || (how == SPUNGE_SHUT_RDWR)) && !netconn->shutdownWrSet) { in SpungeShutdownSock()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h40 FILLP_INT how; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Dsocket_app.h54 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how);
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c422 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how) in SoftBusSocketShutDown() argument
424 int32_t ret = shutdown(socketFd, how); in SoftBusSocketShutDown()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h169 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1184 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how) in SockShutdown() argument
1208 if ((how != SPUNGE_SHUT_RD) && (how != SPUNGE_SHUT_RDWR) && (how != SPUNGE_SHUT_WR)) { in SockShutdown()
1211 FILLP_LOGERR("how value is not support, fillp_sock_id: %d, how: %d", sockIndex, how); in SockShutdown()
1215 shutdownMsg.how = how; in SockShutdown()
H A Dapi.c209 FILLP_INT DLL_API FtShutDown(FILLP_INT fd, FILLP_INT how) in FtShutDown() argument
211 return SockShutdown(fd, how); in FtShutDown()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c564 howValue = shutdownMsg->how; in SpungeHandleMsgDoShutdown()
582 FILLP_LOGERR("Already shutdown before fillp_sock_id:%d,how:%d", sock->index, shutdownMsg->how); in SpungeHandleMsgDoShutdown()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h223 * @param[in] how If how is SHUT_RD, further receptions will be disallowed. If how is SHUT_WR,
224 * further transmissions will be disallowed. If how is SHUT_RDWR, further receptions and
234 extern FILLP_INT DLL_API FtShutDown(FILLP_INT fd, FILLP_INT how);

Completed in 12 milliseconds