Searched refs:MSG_NOSIGNAL (Results 1 – 14 of 14) sorted by relevance
/external/chromium/net/tools/flip_server/ |
D | sm_connection.cc | 524 int flags = MSG_NOSIGNAL | MSG_DONTWAIT; in DoWrite() 564 flags = MSG_NOSIGNAL | MSG_DONTWAIT; in DoWrite()
|
/external/kernel-headers/original/linux/ |
D | socket.h | 249 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/external/dbus/dbus/ |
D | dbus-sysdeps-unix.c | 213 #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()
|
D | sd-daemon.c | 377 if (sendmsg(fd, &msghdr, MSG_NOSIGNAL) < 0) { in sd_notify()
|
/external/bluetooth/bluez/audio/ |
D | ctl_bluetooth.c | 159 ret = send(data->sock, req, BT_SUGGESTED_BUFFER_SIZE, MSG_NOSIGNAL); in bluetooth_send_ctl()
|
D | liba2dp.c | 700 ret = send(data->stream.fd, data->buffer, data->count, MSG_NOSIGNAL); in avdtp_write() 742 MSG_NOSIGNAL) > 0) in audioservice_send()
|
D | unix.c | 162 return sendmsg(sock, &msgh, MSG_NOSIGNAL); in unix_sendmsg_fd()
|
/external/chromium/chrome/browser/ |
D | crash_handler_host_linux.cc | 366 HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL)); in QueueCrashDumpTask()
|
/external/strace/ |
D | net.c | 486 #ifdef MSG_NOSIGNAL 487 { MSG_NOSIGNAL, "MSG_NOSIGNAL" },
|
D | ChangeLog | 908 * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | physicalsocketserver.cc | 279 MSG_NOSIGNAL in Send() 300 MSG_NOSIGNAL, in SendTo()
|
/external/bluetooth/bluez/test/ |
D | ipctest.c | 760 if ((r = send(fd, buf, count, MSG_NOSIGNAL)) >= 0) in pa_write()
|
/external/dbus/ |
D | configure.in | 627 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/ |
D | ChangeLog | 862 MSG_NOSIGNAL as it is not available everywhere. Ignore SIGPIPE
|