Home
last modified time | relevance | path

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

12

/external/iptables/include/libipulog/
Dlibipulog.h18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20 macro
/external/iptables/include/libipq/
Dlibipq.h44 #ifndef MSG_TRUNC
45 #define MSG_TRUNC 0x20 macro
/external/strace/xlat/
Dmsg_flags.h24 #if defined(MSG_TRUNC) || (defined(HAVE_DECL_MSG_TRUNC) && HAVE_DECL_MSG_TRUNC)
25 XLAT(MSG_TRUNC),
Dmsg_flags.in6 MSG_TRUNC
/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.c143 while ((sz = recvmsg(daemon->dhcpfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR); in dhcp_packet()
148 if (!(msg.msg_flags & MSG_TRUNC)) in dhcp_packet()
175 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet()
Dforward.c632 (msg.msg_flags & MSG_TRUNC) || in receive_query()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Drecv_msg_trunc.cc31 assert(recv(fd_1, buf, 1, MSG_TRUNC) != -1); in main()
/external/iproute2/lib/
Dlibnetlink.c311 if (msg.msg_flags & MSG_TRUNC) { in rtnl_dump_filter_l()
394 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk()
442 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk()
540 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
555 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py87 MSG_TRUNC = 0x10 variable
/external/iputils/ninfod/
Dni_ifaddrs.c154 || (msg.msg_flags & MSG_TRUNC)) in nl_recvmsg()
180 if (read_size < 0 || (msg_flags & MSG_TRUNC)) { in nl_getmsg()
/external/libnfnetlink/src/
Dlibnfnetlink.c697 if (msg.msg_flags & MSG_TRUNC) { in nfnl_listen()
726 if (msg.msg_flags & MSG_TRUNC) { in nfnl_listen()
815 if (msg.msg_flags & MSG_TRUNC) { in nfnl_talk()
858 if (msg.msg_flags & MSG_TRUNC) { in nfnl_talk()
/external/selinux/libselinux/src/
Davc_internal.c148 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) { in avc_netlink_receive()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc223 msg.msg_flags & ~MSG_TRUNC) in ClientEvent()
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc161 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
/external/libnl/lib/
Dnl.c645 flags |= MSG_PEEK | MSG_TRUNC; in nl_recv()
694 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) { in nl_recv()
/external/dnsmasq/contrib/wrt/
Ddhcp_release.c129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC)) in netlink_recv()
/external/libusb/libusb/os/
Dlinux_netlink.c317 if (len < 32 || (msg.msg_flags & MSG_TRUNC)) { in linux_netlink_read_message()
/external/iptables/libipq/
Dlibipq.c186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) { in ipq_netlink_recvfrom()
/external/python/cpython2/Lib/plat-unixware7/
DIN.py329 MSG_TRUNC = 0x10 variable
/external/libpcap/
Dpcap-linux.c266 #ifndef MSG_TRUNC
275 #define MSG_TRUNC 0x20 macro
1771 packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC);
1776 handle->bufsize - offset, MSG_TRUNC,
6805 while (recv(handle->fd, &drain, sizeof drain, MSG_TRUNC) >= 0)
/external/libnl/
Dmake.log45 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) {
207 if (iov.iov_len < n || (msg.msg_flags & MSG_TRUNC)) {
DChangeLog27 o Double buffer size when recv() returns MSG_TRUNC
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c212 if (msg.msg_flags & MSG_TRUNC) in recvaddrs()
/external/python/cpython2/Modules/
Dsocketmodule.c4990 #ifdef MSG_TRUNC
4991 PyModule_AddIntConstant(m, "MSG_TRUNC", MSG_TRUNC);

12