Home
last modified time | relevance | path

Searched refs:MSG_TRUNC (Results 1 – 14 of 14) sorted by relevance

/external/iptables/include/libipulog/
Dlibipulog.h18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20 macro
/external/iptables/include/libipq/
Dlibipq.h49 #ifndef MSG_TRUNC
50 #define MSG_TRUNC 0x20 macro
/external/dnsmasq/src/
Dnetlink.c91 while ((rc = recvmsg(daemon->netlinkfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR); in netlink_recv()
94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC)) in netlink_recv()
116 if (msg.msg_flags & MSG_TRUNC) in netlink_recv()
Ddhcp.c138 while ((sz = recvmsg(daemon->dhcpfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR); in dhcp_packet()
143 if (!(msg.msg_flags & MSG_TRUNC)) in dhcp_packet()
170 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet()
Dforward.c620 (msg.msg_flags & MSG_TRUNC) || in receive_query()
/external/iproute2/lib/
Dlibnetlink.c248 if (msg.msg_flags & MSG_TRUNC) { in rtnl_dump_filter_l()
340 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk()
387 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk()
447 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
462 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
/external/libpcap/
Dpcap-linux.c156 #ifndef MSG_TRUNC
165 #define MSG_TRUNC 0x20 macro
511 handle->bufsize - offset, MSG_TRUNC, in pcap_read_packet()
2163 MSG_TRUNC) >= 0) in set_kernel_filter()
/external/chromium/base/
Dunix_domain_socket_posix.cc86 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsg()
/external/kernel-headers/original/linux/
Dsocket.h238 #define MSG_TRUNC 0x20 macro
/external/dnsmasq/contrib/wrt/
Ddhcp_release.c129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC)) in netlink_recv()
/external/iptables/libipq/
Dlibipq.c184 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) { in ipq_netlink_recvfrom()
/external/strace/
Dnet.c459 #ifdef MSG_TRUNC
460 { MSG_TRUNC, "MSG_TRUNC" },
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c208 if (msg.msg_flags & MSG_TRUNC) in recvaddrs()
/external/iproute2/misc/
Dss.c1538 if (msg.msg_flags & MSG_TRUNC) { in tcp_show_netlink()