Searched defs:MSG_TRUNC (Results 1 - 4 of 4) sorted by relevance

/external/iptables/include/libipulog/
H A Dlibipulog.h18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20 macro
/external/iptables/include/libipq/
H A Dlibipq.h44 #ifndef MSG_TRUNC
45 #define MSG_TRUNC 0x20 macro
/external/libpcap/
H A Dpcap-linux.c56 * - 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 macro
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 se
[all...]
/external/kernel-headers/original/linux/
H A Dsocket.h240 #define MSG_TRUNC 0x20 macro

Completed in 101 milliseconds