Searched refs:how (Results 1 - 10 of 10) sorted by relevance
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
| H A D | spunge_stack.h | 35 void SpungeShutdownSock(void *argSock, FILLP_INT how);
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
| H A D | spunge_stack.c | 305 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 D | spunge_message.h | 40 FILLP_INT how; member
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
| H A D | socket_app.h | 54 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how);
|
| /foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
| H A D | softbus_adapter_socket.c | 422 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 D | softbus_adapter_socket.h | 169 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how);
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
| H A D | socket_app.c | 1184 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 D | api.c | 209 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 D | spunge_message.c | 564 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 D | fillpinc.h | 223 * @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