Searched refs:MSG_TRUNC (Results 1 - 21 of 21) 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/strace/xlat/
H A Dmsg_flags.h19 #if defined(MSG_TRUNC) || (defined(HAVE_DECL_MSG_TRUNC) && HAVE_DECL_MSG_TRUNC)
20 XLAT(MSG_TRUNC),
/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.c632 (msg.msg_flags & MSG_TRUNC) ||
/external/iproute2/lib/
H A Dlibnetlink.c254 if (msg.msg_flags & MSG_TRUNC) {
341 if (msg.msg_flags & MSG_TRUNC) {
383 if (msg.msg_flags & MSG_TRUNC) {
443 if (msg.msg_flags & MSG_TRUNC) {
458 if (msg.msg_flags & MSG_TRUNC) {
/external/iputils/ninfod/
H A Dni_ifaddrs.c154 || (msg.msg_flags & MSG_TRUNC))
180 if (read_size < 0 || (msg_flags & MSG_TRUNC)) {
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.cc142 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) {
/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/dnsmasq/contrib/wrt/
H A Ddhcp_release.c129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC))
/external/libselinux/src/
H A Davc_internal.c149 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) {
/external/qemu/distrib/libselinux/src/
H A Davc_internal.c149 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) {
/external/iptables/libipq/
H A Dlibipq.c186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) {
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.cc209 msg.msg_flags & ~MSG_TRUNC);
/external/libnl/lib/
H A Dnl.c450 msg.msg_flags & MSG_TRUNC) {
/external/dhcpcd/
H A Dif-linux.c159 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC);
/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...]
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c208 if (msg.msg_flags & MSG_TRUNC)
/external/iproute2/misc/
H A Dss.c1630 if (msg.msg_flags & MSG_TRUNC) {
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c6607 out_flags |= MSG_TRUNC;
6630 out_flags |= MSG_TRUNC;

Completed in 1534 milliseconds