Searched refs:MSG_CTRUNC (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dmsg_flags.h13 #if defined(MSG_CTRUNC) || (defined(HAVE_DECL_MSG_CTRUNC) && HAVE_DECL_MSG_CTRUNC)
14 XLAT(MSG_CTRUNC),
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.cc142 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) {
/external/chromium_org/mojo/embedder/
H A Dplatform_channel_utils_posix.cc166 DCHECK(!(msg.msg_flags & MSG_CTRUNC));
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h316 #define MSG_CTRUNC 0x20 /* control data lost before delivery */ macro
/external/libnl/lib/
H A Dnl.c456 } else if (msg.msg_flags & MSG_CTRUNC) {
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc930 if (msg->msg_flags & MSG_CTRUNC) {
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c572 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL)

Completed in 270 milliseconds