/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | send_recv.rs | 12 const DONTWAIT = c::MSG_DONTWAIT; 30 const DONTWAIT = c::MSG_DONTWAIT;
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | send_recv.rs | 25 const DONTWAIT = c::MSG_DONTWAIT; 59 const DONTWAIT = c::MSG_DONTWAIT;
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 163 #define MSG_DONTWAIT 0x40 macro 208 #define MSG_DONTWAIT 0x40 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 71 #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/ |
D | common.h | 71 #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/ |
D | mod.rs | 48 pub const MSG_DONTWAIT: ::c_int = 4; constant
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 50 pub const MSG_DONTWAIT: ::c_int = 4; constant
|
/third_party/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 70 len = recv(fd, nlh, sizeof(buffer), MSG_DONTWAIT); in child_func()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 24 MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_ERRQUEUE, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PEEK,
|
/third_party/musl/src/network/ |
D | netlink.c | 31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT); in __netlink_enumerate()
|
/third_party/rust/crates/libc/src/unix/newlib/espidf/ |
D | mod.rs | 81 pub const MSG_DONTWAIT: ::c_int = 0x08; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 108 MSG_DONTWAIT
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send02.c | 79 TEST(recv(sock, recvbuf, RECVSIZE, MSG_DONTWAIT)); in check_recv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | netlink.c | 48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in netlink_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | netlink.c | 48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in netlink_receive()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | sap.c | 127 if ((k = sendmsg(c->fd, &m, MSG_DONTWAIT)) < 0) in pa_sap_send()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-mcast_receiver.c | 408 msglen = recvfrom(sd, msgbuf, msgbuf_size, MSG_DONTWAIT, in receive_mcast()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
D | mod.rs | 129 pub const MSG_DONTWAIT: ::c_int = 4; constant
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | syscalls.rs | 362 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/ |
D | socket.h | 338 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 336 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 336 #define MSG_DONTWAIT 0x0040 macro
|