Searched refs:MSG_TRUNC (Results 1 - 17 of 17) sorted by relevance
/external/iptables/include/libipulog/ |
H A D | libipulog.h | 18 #ifndef MSG_TRUNC 19 #define MSG_TRUNC 0x20 macro
|
/external/iptables/include/libipq/ |
H A D | libipq.h | 44 #ifndef MSG_TRUNC 45 #define MSG_TRUNC 0x20 macro
|
/external/dnsmasq/src/ |
H A D | netlink.c | 91 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 D | dhcp.c | 138 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 D | forward.c | 620 (msg.msg_flags & MSG_TRUNC) ||
|
/external/iproute2/lib/ |
H A D | libnetlink.c | 248 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 D | dhcp_release.c | 129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC))
|
/external/kernel-headers/original/linux/ |
H A D | socket.h | 256 #define MSG_TRUNC 0x20 macro
|
/external/libpcap/ |
H A D | pcap-linux.c | 56 * - 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 D | avc_internal.c | 149 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > (unsigned)rc) {
|
/external/chromium/chrome/browser/ |
H A D | crash_handler_host_linux.cc | 173 msg.msg_flags & ~MSG_TRUNC) {
|
/external/iptables/libipq/ |
H A D | libipq.c | 186 if (nlh->nlmsg_flags & MSG_TRUNC || nlh->nlmsg_len > status) {
|
/external/dhcpcd/ |
H A D | if-linux.c | 159 flags | MSG_PEEK | MSG_DONTWAIT | MSG_TRUNC);
|
/external/okhttp/src/main/java/libcore/io/ |
H A D | OsConstants.java | 212 public static final int MSG_TRUNC = placeholder(); field in class:OsConstants
|
/external/strace/ |
H A D | net.c | 565 #ifdef MSG_TRUNC 566 { MSG_TRUNC, "MSG_TRUNC" },
|
/external/ipsec-tools/src/racoon/ |
H A D | grabmyaddr.c | 208 if (msg.msg_flags & MSG_TRUNC)
|
/external/iproute2/misc/ |
H A D | ss.c | 1595 if (msg.msg_flags & MSG_TRUNC) {
|
Completed in 1132 milliseconds