Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsend_recv.rs12 const DONTWAIT = c::MSG_DONTWAIT;
30 const DONTWAIT = c::MSG_DONTWAIT;
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsend_recv.rs25 const DONTWAIT = c::MSG_DONTWAIT;
59 const DONTWAIT = c::MSG_DONTWAIT;
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h163 #define MSG_DONTWAIT 0x40 macro
208 #define MSG_DONTWAIT 0x40 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */ macro
408 #ifndef MSG_DONTWAIT
409 #define MSG_DONTWAIT 0 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */ macro
405 #ifndef MSG_DONTWAIT
406 #define MSG_DONTWAIT 0 macro
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs48 pub const MSG_DONTWAIT: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs50 pub const MSG_DONTWAIT: ::c_int = 4; constant
/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c70 len = recv(fd, nlh, sizeof(buffer), MSG_DONTWAIT); in child_func()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dc.rs24 MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_ERRQUEUE, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PEEK,
/third_party/musl/src/network/
Dnetlink.c31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT); in __netlink_enumerate()
/third_party/rust/crates/libc/src/unix/newlib/espidf/
Dmod.rs81 pub const MSG_DONTWAIT: ::c_int = 0x08; constant
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt108 MSG_DONTWAIT
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend02.c79 TEST(recv(sock, recvbuf, RECVSIZE, MSG_DONTWAIT)); in check_recv()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in netlink_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in netlink_receive()
/third_party/pulseaudio/src/modules/rtp/
Dsap.c127 if ((k = sendmsg(c->fd, &m, MSG_DONTWAIT)) < 0) in pa_sap_send()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-mcast_receiver.c408 msglen = recvfrom(sd, msgbuf, msgbuf_size, MSG_DONTWAIT, in receive_mcast()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs129 pub const MSG_DONTWAIT: ::c_int = 4; constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Dsyscalls.rs362 c::MSG_PEEK | c::MSG_DONTWAIT, in is_read_write()
380 if unsafe { c::send(borrowed_fd(fd), [].as_ptr(), 0, c::MSG_DONTWAIT) } == -1 { in is_read_write()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h338 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h336 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/include/sys/
Dsocket.h336 #define MSG_DONTWAIT 0x0040 macro

1234