Searched refs:MSG_DONTWAIT (Results 1 - 25 of 40) sorted by relevance

12

/external/strace/xlat/
H A Dmsg_flags.h22 #if defined(MSG_DONTWAIT) || (defined(HAVE_DECL_MSG_DONTWAIT) && HAVE_DECL_MSG_DONTWAIT)
23 XLAT(MSG_DONTWAIT),
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */ macro
410 #ifndef MSG_DONTWAIT
411 #define MSG_DONTWAIT 0 macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */ macro
410 #ifndef MSG_DONTWAIT
411 #define MSG_DONTWAIT 0 macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */ macro
410 #ifndef MSG_DONTWAIT
411 #define MSG_DONTWAIT 0 macro
/external/fio/os/
H A Dos.h68 #ifdef MSG_DONTWAIT
69 #define OS_MSG_DONTWAIT MSG_DONTWAIT
/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.cc442 bytes_read = recv(fd_, bytes, size, MSG_DONTWAIT);
530 int flags = MSG_NOSIGNAL | MSG_DONTWAIT;
570 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc451 bytes_written = HANDLE_EINTR(sendmsg(fd_pipe_, &msgh, MSG_DONTWAIT));
472 bytes_written = HANDLE_EINTR(sendmsg(pipe_, &msgh, MSG_DONTWAIT));
806 *bytes_read = HANDLE_EINTR(recvmsg(pipe_, &msg, MSG_DONTWAIT));
848 ssize_t bytes_received = HANDLE_EINTR(recvmsg(fd_pipe_, &msg, MSG_DONTWAIT));
/external/iputils/
H A Dtftpsubs.c246 if (recv(f, &dummy, 1, MSG_DONTWAIT) < 0)
H A Dping_common.c783 polling = MSG_DONTWAIT;
798 polling = MSG_DONTWAIT;
818 polling = MSG_DONTWAIT;
H A Dtracepath.c286 if (recv(fd, pktbuf, mtu, MSG_DONTWAIT) > 0) {
H A Dtracepath6.c356 if (recv(fd, pktbuf, mtu, MSG_DONTWAIT) > 0) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
/external/wpa_supplicant_8/src/drivers/
H A Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc359 if ((flags & MSG_DONTWAIT) || !attr.IsBlocking())
422 if ((flags & MSG_DONTWAIT) || !attr.IsBlocking())
/external/chromium_org/mojo/embedder/
H A Dplatform_channel_utils_posix.cc158 ssize_t result = HANDLE_EINTR(recvmsg(h.fd, &msg, MSG_DONTWAIT));
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h318 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc317 int len = ki_sendto(sock1_, outbuf, sizeof(outbuf), MSG_DONTWAIT,
553 LARGE_SEND_BYTES - bytes_sent, MSG_DONTWAIT);
561 LARGE_SEND_BYTES - bytes_received, MSG_DONTWAIT);
570 ASSERT_EQ(-1, ki_recv(sock_, dummy, 10, MSG_DONTWAIT));
/external/dhcpcd/
H A Dif-linux.c159 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC);
404 return get_netlink(fd, MSG_DONTWAIT, &link_netlink);
/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc268 first_loop ? 0 : MSG_DONTWAIT));
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.cc415 HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL));
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.cc440 if (HANDLE_EINTR(sendmsg(fds[0]->get(), &msg, MSG_DONTWAIT)) < 0)
/external/iproute2/misc/
H A Darpd.c453 status = recvmsg(rth.fd, &msg, MSG_DONTWAIT);
490 n = recvfrom(pset[0].fd, buf, sizeof(buf), MSG_DONTWAIT,
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c2877 if ((res = sendmsg(SCTP_BASE_VAR(userspace_rawsctp), &msg_hdr, MSG_DONTWAIT)) != send_len) {
2882 if ((res = sendmsg(SCTP_BASE_VAR(userspace_udpsctp), &msg_hdr, MSG_DONTWAIT)) != send_len) {
3035 if ((res = sendmsg(SCTP_BASE_VAR(userspace_rawsctp6), &msg_hdr, MSG_DONTWAIT)) != send_len) {
3040 if ((res = sendmsg(SCTP_BASE_VAR(userspace_udpsctp6), &msg_hdr, MSG_DONTWAIT)) != send_len) {
/external/iproute2/lib/
H A Dlibnetlink.c133 status = recv(rth->fd, resp, sizeof(resp), MSG_DONTWAIT|MSG_PEEK);

Completed in 5976 milliseconds

12