/third_party/libcoap/src/ |
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) { 225 if (ioctlsocket(sock->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 227 if (ioctl(sock->fd, FIONBIO, &on) == COAP_SOCKET_ERROR) { 327 if (ioctlsocket(new_client->fd, FIONBIO, &u_on) == COAP_SOCKET_ERROR) { 329 if (ioctl(new_client->fd, FIONBIO, &on) == COAP_SOCKET_ERROR) {
|
/third_party/curl/lib/ |
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/curl/CMake/ |
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() 260 if(0 != ioctl(0, FIONBIO, &flags)) in main()
|
/third_party/lwip/ |
D | 0072-add-O_NONBLOCK-and-FIONBIO-when-not-defined.patch | 9 +#ifndef FIONBIO 10 #define FIONBIO 0x5421 /* same as define in asm-generic/ioctls.h */
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
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/node/deps/cares/src/lib/ |
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/ |
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/ |
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/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 37 pub const FIONBIO: ::c_ulong = 1; constant
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 35 pub const FIONBIO: ::c_ulong = 1; constant
|
/third_party/libuv/test/ |
D | test-poll-closesocket.c | 70 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
D | test-poll-close-doesnt-corrupt-stack.c | 87 r = ioctlsocket(sock, FIONBIO, &on); in TEST_IMPL()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | windows_syscalls.rs | 27 ret(c::ioctl(borrowed_fd(fd), c::FIONBIO, &mut data)) in ioctl_fionbio()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 402 #if !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/liteos_m/kernel/include/bits/ |
D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 44 #define FIONBIO 0x5421 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | pipe.c | 63 if (ioctlsocket(fd, FIONBIO, &arg) < 0) in set_block()
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 42 #define FIONBIO 0x667E macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 42 #define FIONBIO 0x667E macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 42 #define FIONBIO 0x667E macro
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 65 pub const FIONBIO: ::c_ulong = 2147772030; constant
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 14 #define FIONBIO _IOW('f', 126, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 61 #define FIONBIO 0x5421 macro
|