/third_party/curl/lib/ |
H A D | nonblock.c | 61 return ioctl(sockfd, FIONBIO, &flags); in curlx_nonblock() 67 return ioctlsocket(sockfd, FIONBIO, &flags); in curlx_nonblock() 73 return IoctlSocket(sockfd, FIONBIO, (char *)&flags); in curlx_nonblock()
|
/third_party/libcoap/src/ |
H A D | coap_tcp.c | 70 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 72 if (ioctl(sock->fd, FIONBIO, &on) == COAP_SOCKET_ERROR) { 74 coap_log_warn("coap_socket_connect_tcp1: ioctl FIONBIO: %s\n", 225 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 227 if (ioctl(sock->fd, FIONBIO, &on) == COAP_SOCKET_ERROR) { 229 coap_log_warn("coap_socket_bind_tcp: ioctl FIONBIO: %s\n", 327 if (ioctlsocket(new_client->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 329 if (ioctl(new_client->fd, FIONBIO, &on) == COAP_SOCKET_ERROR) { 331 coap_log_warn("coap_socket_accept_tcp: ioctl FIONBIO: %s\n",
|
/third_party/curl/CMake/ |
H A D | CurlTests.c | 177 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); in main() 214 if(0 != IoctlSocket(0, FIONBIO, &flags)) in main() 232 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main() 240 /* headers for FIONBIO test */ 260 if(0 != ioctl(0, FIONBIO, &flags)) in main() 268 /* headers for FIONBIO test */
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 588 if (0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt) in MHD_W32_pair_of_sockets_() 605 && 0 == ioctlsocket(client_s, FIONBIO, (u_long*) &opt) in MHD_W32_pair_of_sockets_() 606 && 0 == ioctlsocket(server_s, FIONBIO, (u_long*) &opt)) in MHD_W32_pair_of_sockets_()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | windows_syscalls.rs | 27 ret(c::ioctl(borrowed_fd(fd), c::FIONBIO, &mut data))
|
/third_party/libuv/test/ |
H A D | test-poll-closesocket.c | 70 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
H A D | test-poll-close-doesnt-corrupt-stack.c | 87 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
H A D | mod.rs | 37 pub const FIONBIO: ::c_ulong = 1; consts
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
H A D | mod.rs | 35 pub const FIONBIO: ::c_ulong = 1; consts
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__socket.c | 119 return ioctl(sockfd, FIONBIO, &flags); in setsocknonblock() 129 return ioctlsocket(sockfd, (long)FIONBIO, &flags); in setsocknonblock() 135 return IoctlSocket(sockfd, FIONBIO, flags); in setsocknonblock()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 318 # ifdef FIONBIO in BIO_socket_nbio() 321 ret = BIO_socket_ioctl(s, FIONBIO, &l); in BIO_socket_nbio()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 318 # ifdef FIONBIO in BIO_socket_nbio() 321 ret = BIO_socket_ioctl(s, FIONBIO, &l); in BIO_socket_nbio()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 394 * lwip_ioctl only supports FIONREAD and FIONBIO, for now 402 #if !defined(FIONREAD) || !defined(FIONBIO) 415 #endif /* !defined(FIONREAD) || !defined(FIONBIO) */ 420 #ifndef FIONBIO 421 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_network.c | 194 ioctlsocket(s, FIONBIO, &iMode); in u_socket_block()
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 42 #define FIONBIO 0x667E macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 42 #define FIONBIO 0x667E macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 14 #define FIONBIO _IOW('f', 126, int) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 42 #define FIONBIO 0x667E macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 14 #define FIONBIO _IOW('f', 126, int) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 14 #define FIONBIO _IOW('f', 126, int) macro
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
H A D | mod.rs | 65 pub const FIONBIO: ::c_ulong = 2147772030; consts
|