Home
last modified time | relevance | path

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

12

/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/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c70 len = recv(fd, nlh, sizeof(buffer), MSG_DONTWAIT); in child_func()
/third_party/musl/src/network/
Dnetlink.c31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT); in __netlink_enumerate()
/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()
Drtp-native.c144 k = sendmsg(c->fd, &m, MSG_DONTWAIT); in pa_rtp_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/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_a_newlib/kernel/include/sys/
Dsocket.h323 #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.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h338 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h334 #define MSG_DONTWAIT 0x0040 macro
/third_party/ltp/lib/
Dtst_rtnetlink.c180 MSG_DONTWAIT | MSG_PEEK | MSG_TRUNC); in tst_rtnl_recv()
/third_party/lwip/src/api/
Dsockets.c955 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/
DltpClient.c622 MSG_DONTWAIT, (struct sockaddr *)&rawReceiveAddr, in ltp_traceroute()
/third_party/wayland_standard/src/
Dconnection.c316 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/
Dsockets_stresstest.c322 ret = lwip_recv(s, &buf, 1, MSG_PEEK | MSG_DONTWAIT); in sockets_stresstest_wait_readable_nonblock()
/third_party/lwip/src/include/lwip/
Dsockets.h263 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan_full.c707 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in vlan_event_receive()

12