HomeSort by relevance Sort by last modified time
    Searched defs:MSG_TRUNC (Results 1 - 12 of 12) sorted by null

  /external/iptables/include/libipulog/
libipulog.h 18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20
  /external/iptables/include/libipq/
libipq.h 49 #ifndef MSG_TRUNC
50 #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...]
  /bionic/libc/kernel/common/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /development/ndk/platforms/android-3/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /external/kernel-headers/original/linux/
socket.h 238 #define MSG_TRUNC 0x20
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
socket.h 183 #define MSG_TRUNC 0x20

Completed in 107 milliseconds