HomeSort by relevance Sort by last modified time
    Searched refs:MSG_DONTWAIT (Results 26 - 50 of 215) sorted by null

12 3 4 5 6 7 8 9

  /external/strace/tests-mx32/
nfnetlink_cttimeout.c 50 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
54 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
58 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
62 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
77 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
81 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
87 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
91 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
97 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
101 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
nfnetlink_nftables.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
75 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
79 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
84 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
88 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
93 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
97 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
netlink_protocol.c 64 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
65 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
69 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
70 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
74 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
75 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
81 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
85 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
87 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
msg_name.c 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
71 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
80 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
88 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
99 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
107 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
    [all...]
nfnetlink_ipset.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_osf.c 51 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
55 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
59 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
63 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_queue.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_ulog.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
netlink_netfilter.c 50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
62 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
69 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
  /external/strace/tests/
netlink_protocol.c 64 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
65 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
69 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
70 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
74 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
75 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
81 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
85 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
87 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
msg_name.c 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
71 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
80 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
88 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
99 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
107 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
    [all...]
nfnetlink_ipset.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_osf.c 51 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
55 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
59 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
63 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_queue.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_ulog.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
netlink_netfilter.c 50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
62 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
69 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_nft_compat.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
75 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
79 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
  /external/strace/tests-m32/
netlink_protocol.c 64 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
65 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
69 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
70 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
74 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
75 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
81 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
85 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
87 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
msg_name.c 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
71 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
80 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
88 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
99 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
107 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
    [all...]
nfnetlink_ipset.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_osf.c 51 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
55 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
59 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
63 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_queue.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_ulog.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
netlink_netfilter.c 50 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
58 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
62 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
66 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
69 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
nfnetlink_nft_compat.c 49 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
53 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
57 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
61 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
75 rc = sendto(fd, &nlh, nlh.nlmsg_len, MSG_DONTWAIT, NULL, 0);
79 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",

Completed in 2049 milliseconds

12 3 4 5 6 7 8 9