Home
last modified time | relevance | path

Searched refs:FIONBIO (Results 1 – 25 of 49) sorted by relevance

12

/external/curl/lib/
Dnonblock.c67 return ioctl(sockfd, FIONBIO, &flags); in curlx_nonblock()
73 return ioctlsocket(sockfd, FIONBIO, &flags); in curlx_nonblock()
79 return IoctlSocket(sockfd, FIONBIO, (char *)&flags); in curlx_nonblock()
/external/curl/CMake/
DCurlTests.c322 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); in main()
378 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main()
405 if(0 != ioctlsocket(0, FIONBIO, &flags)) in main()
436 if(0 != ioctl(0, FIONBIO, &flags)) in main()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_ioctl_test.cc55 EXPECT_EQ((unsigned)FIONBIO, ioctl_request_fixup(FIONBIO)); in TEST()
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h234 #if !defined(FIONREAD) || !defined(FIONBIO)
252 #ifndef FIONBIO
253 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
/external/libmicrohttpd/src/platform/
Dw32functions.c588 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_()
/external/compiler-rt/test/asan/TestCases/Posix/
Dioctl.cc17 int res = ioctl(fd, FIONBIO, &nonblock + 1); in main()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnetutil.cc45 int res = ioctlsocket(fd, FIONBIO, &flag); in setBlocking()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dio_control.hpp44 return static_cast<int>(ASIO_OS_DEF(FIONBIO)); in name()
Dsocket_types.hpp98 # define ASIO_OS_DEF_FIONBIO FIONBIO
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h53 #define FIONBIO 0x5421 macro
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c104 if (ioctl(sfd, FIONBIO, &flags) && in eph_socket()
276 if (ioctl(sfd, FIONBIO, &flags) && in eph_accept()
845 if (ioctl(fds[0], FIONBIO, &flags) && in eph_createcgi()
896 if (ioctl(fds[0], FIONBIO, &flags) && in eph_createpipetest()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h55 #define FIONBIO 0x667e macro
/external/boringssl/src/crypto/bio/
Dsocket_helper.c89 return 0 == ioctlsocket(sock, FIONBIO, &arg); in bio_socket_nbio()
/external/mesa3d/src/gallium/auxiliary/util/
Du_network.c187 ioctlsocket(s, FIONBIO, &iMode); in u_socket_block()
/external/ltp/testcases/kernel/syscalls/accept/
Daccept01.c182 SAFE_IOCTL(cleanup, s, FIONBIO, &one); in setup3()
/external/python/cpython2/Modules/
Dtermios.c656 #ifdef FIONBIO
657 {"FIONBIO", FIONBIO},
/external/xmlrpcpp/src/
DXmlRpcSocket.cpp93 return (ioctlsocket((SOCKET)fd, FIONBIO, &flag) == 0); in setNonBlocking()
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.cc57 if(ioctl(_socket, FIONBIO, &enable_non_blocking) == -1) in UdpSocketPosix()
/external/python/cpython3/Modules/
Dtermios.c686 #ifdef FIONBIO
687 {"FIONBIO", FIONBIO},
/external/fio/os/
Dos-windows.h74 #define O_NONBLOCK FIONBIO
/external/strace/
Dterm.c250 case FIONBIO: in term_ioctl()
/external/libedit/src/
Dread.c161 #ifdef FIONBIO in read__fixio()
165 if (ioctl(fd, FIONBIO, &zero) == -1) in read__fixio()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py35 FIONBIO = _IOW(ord('f'), 126, int) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py35 FIONBIO = _IOW(ord('f'), 126, int) variable
/external/curl/m4/
Dcurl-confopts.m4435 tst_method="ioctl FIONBIO"
437 tst_method="ioctlsocket FIONBIO"
439 tst_method="IoctlSocket FIONBIO"

12