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/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h315 #define MSG_TRUNC 0x10 /* data discarded before delivery */ macro
/external/libpcap/
H A Dpcap-linux.c98 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
102 * as the byte count, and also pass MSG_TRUNC, so that the return
252 #ifndef MSG_TRUNC
254 * This is being compiled on a system that lacks MSG_TRUNC; define it
257 * we're passing the right value and thus get the MSG_TRUNC behavior
259 * they didn't support MSG_TRUNC.)
261 #define MSG_TRUNC 0x20 macro
1543 packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC);
1548 handle->bufsize - offset, MSG_TRUNC,
1672 * packet len if calling recvfrom with MSG_TRUNC se
[all...]

Completed in 309 milliseconds