HomeSort by relevance Sort by last modified time
    Searched refs:MSG_TRUNC (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/iptables/include/libipulog/
libipulog.h 18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20
  /external/iptables/include/libipq/
libipq.h 44 #ifndef MSG_TRUNC
45 #define MSG_TRUNC 0x20
  /external/strace/xlat/
msg_flags.h 24 #if defined(MSG_TRUNC) || (defined(HAVE_DECL_MSG_TRUNC) && HAVE_DECL_MSG_TRUNC)
25 XLAT(MSG_TRUNC),
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
recv_msg_trunc.cc 1 // Test that ASan doesn't raise false alarm when MSG_TRUNC is present.
31 assert(recv(fd_1, buf, 1, MSG_TRUNC) != -1);
  /system/core/debuggerd/
util.cpp 74 if ((msg.msg_flags & MSG_TRUNC) != 0) {
  /external/dnsmasq/src/
netlink.c 91 while ((rc = recvmsg(daemon->netlinkfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR);
94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC))
116 if (msg.msg_flags & MSG_TRUNC)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
socket.h 213 MSG_TRUNC = 0x20,
214 #define MSG_TRUNC MSG_TRUNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 219 MSG_TRUNC = 0x20,
220 #define MSG_TRUNC MSG_TRUNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 219 MSG_TRUNC = 0x20,
220 #define MSG_TRUNC MSG_TRUNC
  /system/connectivity/wifilogd/tests/
os_unittest.cpp 196 EXPECT_CALL(*raw_os_, Recv(kFakeFd, buffer.data(), buffer.size(), MSG_TRUNC))
209 EXPECT_CALL(*raw_os_, Recv(kFakeFd, buffer.data(), buffer.size(), MSG_TRUNC))
222 EXPECT_CALL(*raw_os_, Recv(kFakeFd, buffer.data(), buffer.size(), MSG_TRUNC))
233 EXPECT_CALL(*raw_os_, Recv(kFakeFd, buffer.data(), buffer.size(), MSG_TRUNC))
245 EXPECT_CALL(*raw_os_, Recv(kFakeFd, buffer.data(), buffer.size(), MSG_TRUNC))
  /system/connectivity/wifilogd/
os.cpp 100 const ssize_t res = raw_os_->Recv(fd, buf, buflen, MSG_TRUNC);
105 // Due to the MSG_TRUNC flag, |res| may reasonably be larger than
  /system/core/debuggerd/client/
debuggerd_client.cpp 141 TEMP_FAILURE_RETRY(recv(set_timeout(sockfd.get()), &response, sizeof(response), MSG_TRUNC));
161 rc = TEMP_FAILURE_RETRY(recv(set_timeout(sockfd.get()), &response, sizeof(response), MSG_TRUNC));
  /development/ndk/platforms/android-9/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20

Completed in 124 milliseconds

1 2 3 4 5 6 7 8