Searched refs:MSG_TRUNC (Results 1 - 17 of 17) 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/dnsmasq/src/
H A Dnetlink.c91 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)
H A Ddhcp.c138 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)))
H A Dforward.c620 (msg.msg_flags & MSG_TRUNC) ||
/external/iproute2/lib/
H A Dlibnetlink.c248 if (msg.msg_flags & MSG_TRUNC) {
340 if (msg.msg_flags & MSG_TRUNC) {
387 if (msg.msg_flags & MSG_TRUNC) {
447 if (msg.msg_flags & MSG_TRUNC) {
462 if (msg.msg_flags & MSG_TRUNC) {
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC))
/external/kernel-headers/original/linux/
H A Dsocket.h256 #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/libselinux/src/
H A Davc_internal.c149 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) {
/external/chromium/chrome/browser/
H A Dcrash_handler_host_linux.cc173 msg.msg_flags & ~MSG_TRUNC) {
/external/iptables/libipq/
H A Dlibipq.c186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) {
/external/dhcpcd/
H A Dif-linux.c159 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC);
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java212 public static final int MSG_TRUNC = placeholder(); field in class:OsConstants
/external/strace/
H A Dnet.c565 #ifdef MSG_TRUNC
566 { MSG_TRUNC, "MSG_TRUNC" },
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c208 if (msg.msg_flags & MSG_TRUNC)
/external/iproute2/misc/
H A Dss.c1595 if (msg.msg_flags & MSG_TRUNC) {

Completed in 1132 milliseconds