Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 – 14 of 14) sorted by relevance

/external/chromium/net/tools/flip_server/
Dsm_connection.cc524 int flags = MSG_NOSIGNAL | MSG_DONTWAIT; in DoWrite()
564 flags = MSG_NOSIGNAL | MSG_DONTWAIT; in DoWrite()
/external/kernel-headers/original/linux/
Dsocket.h249 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/external/dbus/dbus/
Ddbus-sysdeps-unix.c213 #ifdef MSG_NOSIGNAL in _dbus_write_socket()
221 bytes_written = send (fd, data, len, MSG_NOSIGNAL); in _dbus_write_socket()
451 #ifdef MSG_NOSIGNAL in _dbus_write_socket_with_unix_fds_two()
452 |MSG_NOSIGNAL in _dbus_write_socket_with_unix_fds_two()
490 #ifdef MSG_NOSIGNAL in _dbus_write_socket_two()
525 bytes_written = sendmsg (fd, &m, MSG_NOSIGNAL); in _dbus_write_socket_two()
Dsd-daemon.c377 if (sendmsg(fd, &msghdr, MSG_NOSIGNAL) < 0) { in sd_notify()
/external/bluetooth/bluez/audio/
Dctl_bluetooth.c159 ret = send(data->sock, req, BT_SUGGESTED_BUFFER_SIZE, MSG_NOSIGNAL); in bluetooth_send_ctl()
Dliba2dp.c700 ret = send(data->stream.fd, data->buffer, data->count, MSG_NOSIGNAL); in avdtp_write()
742 MSG_NOSIGNAL) > 0) in audioservice_send()
Dunix.c162 return sendmsg(sock, &msgh, MSG_NOSIGNAL); in unix_sendmsg_fd()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc366 HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL)); in QueueCrashDumpTask()
/external/strace/
Dnet.c486 #ifdef MSG_NOSIGNAL
487 { MSG_NOSIGNAL, "MSG_NOSIGNAL" },
DChangeLog908 * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
/external/chromium/third_party/libjingle/source/talk/base/
Dphysicalsocketserver.cc279 MSG_NOSIGNAL in Send()
300 MSG_NOSIGNAL, in SendTo()
/external/bluetooth/bluez/test/
Dipctest.c760 if ((r = send(fd, buf, count, MSG_NOSIGNAL)) >= 0) in pa_write()
/external/dbus/
Dconfigure.in627 dnl Make it easy to check if we have MSG_NOSIGNAL without actually having to include sys/socket.h
628 AC_CHECK_DECLS([MSG_NOSIGNAL], [], [], [[ #include <sys/socket.h> ]])
/external/ipsec-tools/
DChangeLog862 MSG_NOSIGNAL as it is not available everywhere. Ignore SIGPIPE