HomeSort by relevance Sort by last modified time
    Searched refs:MSG_TRUNC (Results 51 - 75 of 76) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /external/iputils/ninfod/
ni_ifaddrs.c 154 || (msg.msg_flags & MSG_TRUNC))
180 if (read_size < 0 || (msg_flags & MSG_TRUNC)) {
  /bionic/libc/include/sys/
socket.h 230 #define MSG_TRUNC 0x20
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
socket.h 316 #define MSG_TRUNC 0x10 /* data discarded before delivery */
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC))
  /external/kernel-headers/original/linux/
socket.h 256 #define MSG_TRUNC 0x20
  /external/libpcap/
pcap-linux.c 56 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
60 * as the byte count, and also pass MSG_TRUNC, so that the return
156 #ifndef MSG_TRUNC
158 * This is being compiled on a system that lacks MSG_TRUNC; define it
161 * we're passing the right value and thus get the MSG_TRUNC behavior
163 * they didn't support MSG_TRUNC.)
165 #define MSG_TRUNC 0x20
341 * a SOCK_PACKET socket, with MSG_TRUNC set, will
511 handle->bufsize - offset, MSG_TRUNC,
637 * packet len if calling recvfrom with MSG_TRUNC set. It doe
    [all...]
  /external/libselinux/src/
avc_internal.c 149 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 239 #define MSG_TRUNC 0x20
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 239 #define MSG_TRUNC 0x20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 239 #define MSG_TRUNC 0x20
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 173 msg.msg_flags & ~MSG_TRUNC) {
  /external/iptables/libipq/
libipq.c 186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) {
  /external/dnsmasq/src/
dhcp.c 138 while ((sz = recvmsg(daemon->dhcpfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR);
143 if (!(msg.msg_flags & MSG_TRUNC))
170 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options)))
forward.c 620 (msg.msg_flags & MSG_TRUNC) ||
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 211 msg.msg_flags & ~MSG_TRUNC) {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 129 if ((msg.msg_flags & (MSG_TRUNC|MSG_CTRUNC)) ||
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 407 MSG_TRUNC | MSG_DONTWAIT) >> 1;
414 MSG_TRUNC | MSG_DONTWAIT, (sockaddr *)&remote, &addrlen);
  /external/dhcpcd/
if-linux.c 159 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC);
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 208 if (msg.msg_flags & MSG_TRUNC)
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 250 public static final int MSG_TRUNC = placeholder();
    [all...]
  /external/strace/
net.c 565 #ifdef MSG_TRUNC
566 { MSG_TRUNC, "MSG_TRUNC" },
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 298 initConstant(env, c, "MSG_TRUNC", MSG_TRUNC);

Completed in 1780 milliseconds

1 23 4