Home
last modified time | relevance | path

Searched refs:SOCK_NONBLOCK (Results 1 – 25 of 75) sorted by relevance

123

/third_party/musl/src/network/
Dsocketpair.c10 && (type&(SOCK_CLOEXEC|SOCK_NONBLOCK))) { in socketpair()
12 type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK), in socketpair()
19 if (type & SOCK_NONBLOCK) { in socketpair()
Dsocket.c51 && (type&(SOCK_CLOEXEC|SOCK_NONBLOCK))) { in socket()
53 type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK), in socket()
58 if (type & SOCK_NONBLOCK) in socket()
Dres_msend.c72 fd = socket(family, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); in __res_msend_rc()
76 fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); in __res_msend_rc()
Daccept4.c16 if (flg & SOCK_NONBLOCK) in accept4()
/third_party/musl/porting/liteos_a/user/src/network/
Dsocket.c51 && (type&(SOCK_CLOEXEC|SOCK_NONBLOCK))) { in socket()
53 type & ~(SOCK_CLOEXEC|SOCK_NONBLOCK), in socket()
58 if (type & SOCK_NONBLOCK) in socket()
/third_party/musl/porting/linux/user/src/network/
Dsocket.c54 && (type & (SOCK_CLOEXEC | SOCK_NONBLOCK))) { in __libc_socket()
56 type & ~(SOCK_CLOEXEC | SOCK_NONBLOCK), in __libc_socket()
64 if (type & SOCK_NONBLOCK) { in __libc_socket()
/third_party/ltp/include/lapi/
Dfcntl.h25 #ifndef SOCK_NONBLOCK
26 # define SOCK_NONBLOCK O_NONBLOCK macro
/third_party/ltp/testcases/kernel/syscalls/accept4/
Daccept4_01.c92 { 0, SOCK_NONBLOCK },
93 { SOCK_CLOEXEC, SOCK_NONBLOCK },
/third_party/musl/arch/mips/bits/
Dsocket.h34 #define SOCK_NONBLOCK 0200 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h34 #define SOCK_NONBLOCK 0200 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h34 #define SOCK_NONBLOCK 0200 macro
/third_party/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile07.c31 SAFE_SOCKETPAIR(PF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK, 0, p); in setup()
/third_party/ltp/testcases/kernel/syscalls/socket/
Dsocket02.c33 {SOCK_STREAM | SOCK_NONBLOCK, O_NONBLOCK, F_GETFL, "non-blocking"}
/third_party/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair02.c36 {SOCK_STREAM | SOCK_NONBLOCK, O_NONBLOCK, F_GETFL, "non-blocking"}
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc67 accept4(faddr_->fd, &sockaddr.sa, &addrlen, SOCK_NONBLOCK | SOCK_CLOEXEC); in accept_connection()
/third_party/musl/libc-test/src/functional/
Dsocket.c46 TESTE((c=socket(PF_INET, SOCK_STREAM|SOCK_NONBLOCK, IPPROTO_TCP))>=0); in main()
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt131 SOCK_NONBLOCK
/third_party/musl/porting/linux/user/src/hilog/
Dhilog_adapter.c43 const int SOCKET_TYPE = SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs136 pub const SOCK_NONBLOCK: ::c_int = 2048; constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs651 const NONBLOCK = c::SOCK_NONBLOCK;
666 const NONBLOCK = c::SOCK_NONBLOCK;
/third_party/skia/third_party/externals/microhttpd/
DMHD_config.h.in32 /* Define to 1 if you have the declaration of `SOCK_NONBLOCK', and to 0 if you
155 /* SOCK_NONBLOCK is defined in a socket header */
/third_party/libuv/src/unix/
Dcore.c446 #if defined(SOCK_NONBLOCK) && defined(SOCK_CLOEXEC) in uv__socket()
447 sockfd = socket(domain, type | SOCK_NONBLOCK | SOCK_CLOEXEC, protocol); in uv__socket()
504 peerfd = uv__accept4(sockfd, NULL, NULL, SOCK_NONBLOCK|SOCK_CLOEXEC); in uv__accept()
/third_party/musl/include/sys/
Dsocket.h96 #define SOCK_NONBLOCK 04000 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h100 #define SOCK_NONBLOCK 04000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h85 #define SOCK_NONBLOCK 04000 macro

123