/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/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 70 len = recv(fd, nlh, sizeof(buffer), MSG_DONTWAIT); in child_func()
|
/third_party/musl/src/network/ |
D | netlink.c | 31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT); in __netlink_enumerate()
|
/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()
|
D | rtp-native.c | 144 k = sendmsg(c->fd, &m, MSG_DONTWAIT); in pa_rtp_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/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_a_newlib/kernel/include/sys/ |
D | socket.h | 323 #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 | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 338 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 334 #define MSG_DONTWAIT 0x0040 macro
|
/third_party/ltp/lib/ |
D | tst_rtnetlink.c | 180 MSG_DONTWAIT | MSG_PEEK | MSG_TRUNC); in tst_rtnl_recv()
|
/third_party/lwip/src/api/ |
D | sockets.c | 955 if (flags & MSG_DONTWAIT) { in lwip_recv_tcp() 1126 if (flags & MSG_DONTWAIT) { in lwip_recvfrom_udp_raw() 1328 LWIP_ERROR("lwip_recvmsg: unsupported flags", (flags & ~(MSG_PEEK|MSG_DONTWAIT)) == 0, in lwip_recvmsg() 1377 recv_flags |= MSG_DONTWAIT; in lwip_recvmsg() 1453 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0)); in lwip_send() 1496 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg_internal() 1507 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0)); in lwip_sendmsg_internal()
|
/third_party/ltp/testcases/network/sockets/ |
D | ltpClient.c | 622 MSG_DONTWAIT, (struct sockaddr *)&rawReceiveAddr, in ltp_traceroute()
|
/third_party/wayland_standard/src/ |
D | connection.c | 316 MSG_NOSIGNAL | MSG_DONTWAIT); in wl_connection_flush() 362 len = wl_os_recvmsg_cloexec(connection->fd, &msg, MSG_DONTWAIT); in wl_connection_read()
|
/third_party/lwip/test/sockets/ |
D | sockets_stresstest.c | 322 ret = lwip_recv(s, &buf, 1, MSG_PEEK | MSG_DONTWAIT); in sockets_stresstest_wait_readable_nonblock()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 263 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_full.c | 707 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in vlan_event_receive()
|