Home
last modified time | relevance | path

Searched refs:msg_flags (Results 1 – 21 of 21) sorted by relevance

/external/strace/
Dipc.c147 static const struct xlat msg_flags[] = { variable
209 printflags(msg_flags, tcp->u_arg[2], "MSG_???");
217 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
246 printflags(msg_flags, tcp->u_arg[2], "MSG_???");
255 printflags(msg_flags, tcp->u_arg[4], "MSG_???");
Dnet.c439 static const struct xlat msg_flags[] = { variable
1157 printflags(msg_flags, msg.msg_flags, "MSG_???");
1284 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
1298 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
1319 printflags(msg_flags, tcp->u_arg[2], "MSG_???");
1339 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
1364 printflags(msg_flags, tcp->u_arg[3], "MSG_???");
1404 printflags(msg_flags, tcp->u_arg[2], "MSG_???");
DChangeLog908 * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
3012 + added MSG_PROXY and MSG_CTRUNC to msg_flags
/external/dnsmasq/src/
Dnetlink.c89 msg.msg_flags = 0; in netlink_recv()
94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC)) in netlink_recv()
107 msg.msg_flags = 0; in netlink_recv()
116 if (msg.msg_flags & MSG_TRUNC) in netlink_recv()
Ddhcp.c137 msg.msg_flags = 0; in dhcp_packet()
143 if (!(msg.msg_flags & MSG_TRUNC)) in dhcp_packet()
164 msg.msg_flags = 0; in dhcp_packet()
170 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet()
203 if (!(msg.msg_flags & MSG_BCAST)) in dhcp_packet()
Dforward.c52 msg.msg_flags = 0; in send_from()
610 msg.msg_flags = 0; in receive_query()
620 (msg.msg_flags & MSG_TRUNC) || in receive_query()
Dtftp.c71 msg.msg_flags = 0; in tftp_request()
/external/netperf/
Dnettest_sctp.c1078 int msg_flags = 0; in recv_sctp_stream() local
1335 NULL, 0, NULL, &msg_flags)) != 0) { in recv_sctp_stream()
1358 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream()
1359 msg_flags = 0; in recv_sctp_stream()
2233 int msg_flags = 0; in recv_sctp_stream_1toMany() local
2475 NULL, &msg_flags)) != 0) { in recv_sctp_stream_1toMany()
2487 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream_1toMany()
2625 int msg_flags = 0; local
2948 msg_flags = 0;
2952 NULL, &msg_flags)) < 0) {
[all …]
/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/dnsmasq/contrib/wrt/
Ddhcp_release.c117 msg.msg_flags = 0; in netlink_recv()
129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC)) in netlink_recv()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc173 msg.msg_flags & ~MSG_TRUNC) { in OnFileCanReadWithoutBlocking()
176 << " msg.msg_flags:" << msg.msg_flags in OnFileCanReadWithoutBlocking()
/external/kernel-headers/original/linux/
Dsocket.h64 unsigned msg_flags; member
/external/iptables/libipq/
Dlibipq.c353 msg.msg_flags = 0; in ipq_set_verdict()
/external/valgrind/main/include/vki/
Dvki-linux.h596 unsigned msg_flags; member
/external/ping/
Dping.c987 msg.msg_flags = 0; in receive_error_msg()
/external/ipsec-tools/src/racoon/
Dprivsep.c1604 msg.msg_flags = 0;
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c882 foreach_func ( tid, False, "(msg)", (Addr)&msg->msg_flags, sizeof( msg->msg_flags ) ); in msghdr_foreachfield()
/external/dbus/dbus/
Ddbus-sysdeps-unix.c320 if (m.msg_flags & MSG_CTRUNC) in _dbus_read_socket_with_unix_fds()
/external/iproute2/misc/
Dss.c1595 if (msg.msg_flags & MSG_TRUNC) { in tcp_show_netlink()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_nl80211.c2658 .msg_flags = 0, in wpa_driver_nl80211_send_mlme()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3720 .msg_flags = 0, in wpa_driver_nl80211_send_frame()