Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c60 static int32_t SetTcpSocketBufSize(SocketDesc fd, int32_t bufSize) in SetTcpSocketBufSize() function
97 if (SetTcpSocketBufSize(clientSocket->sockfd, NSTACKX_TCP_SOCKET_BUFFER_SIZE) != NSTACKX_EOK) { in ConnectTcpServerWithTargetDev()
230 if (SetTcpSocketBufSize(serverSocket->sockfd, NSTACKX_TCP_SOCKET_BUFFER_SIZE) != NSTACKX_EOK) { in CreateTcpServer()