Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c100 if (SetSocketNonBlock(clientSocket->sockfd) != NSTACKX_EOK) { in ConnectTcpServerWithTargetDev()
142 if (SetSocketNonBlock(clientSocket->sockfd) != NSTACKX_EOK) { in ConnectUdpServerWithTargetDev()
188 if (SetSocketNonBlock(serverSocket->sockfd) != NSTACKX_EOK) { in CreateTcpServer()
255 if (SetSocketNonBlock(serverSocket->sockfd) != NSTACKX_EOK) { in CreateUdpServer()
402 if (SetSocketNonBlock(acceptFd) != NSTACKX_EOK) { in SetAcceptSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h38 int32_t SetSocketNonBlock(SocketDesc fd);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_socket.c42 int32_t SetSocketNonBlock(SocketDesc fd) in SetSocketNonBlock() function
H A Dsys_epoll.c298 if (SetSocketNonBlock(fd) != NSTACKX_EOK) { in GetLoopbackFd()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c45 int32_t SetSocketNonBlock(SocketDesc fd) in SetSocketNonBlock() function