Home | History | Annotate | Download | only in tests

Lines Matching refs:MSG_DONTWAIT

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",
91 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0);
94 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
100 rc = sendto(fd, &req->nlh, sizeof(req->nlh), MSG_DONTWAIT, NULL, 0);
102 ", seq=0, pid=0}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
108 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0);
111 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
117 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0);
119 ", seq=0, pid=0}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
132 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0);
137 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
144 rc = sendto(fd, efault2, sizeof(*reqs), MSG_DONTWAIT, NULL, 0);
147 ", %p], %u, MSG_DONTWAIT, NULL, 0) = %s\n",
153 rc = sendto(fd, reqs, sizeof(*reqs) - sizeof(req->nlh), MSG_DONTWAIT,
161 printf("], %u, MSG_DONTWAIT, NULL, 0) = %s\n",
166 rc = sendto(fd, reqs, sizeof(*reqs), MSG_DONTWAIT, NULL, 0);
170 ", seq=0, pid=0}], %u, MSG_DONTWAIT, NULL, 0) = %s\n",
188 rc = sendto(fd, msgs, msg_len, MSG_DONTWAIT, NULL, 0);
198 printf(", ...], %u, MSG_DONTWAIT, NULL, 0) = %s\n", msg_len, errstr);
217 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
219 ", seq=0, pid=0}, %p}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
228 rc = sendto(fd, nlh, NLMSG_HDRLEN + 2, MSG_DONTWAIT, NULL, 0);
231 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
244 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
246 ", seq=0, pid=0}, {error=42}}, %u, MSG_DONTWAIT, NULL, 0)"
251 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
253 ", seq=0, pid=0}, {error=-EPERM}}, %u, MSG_DONTWAIT, NULL, 0)"
259 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
262 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
281 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
285 ", seq=%u, pid=%u}}}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
306 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
311 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
333 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
335 ", seq=0, pid=0}, %p}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
346 rc = sendto(fd, nlh, NLMSG_HDRLEN + 2, MSG_DONTWAIT, NULL, 0);
348 ", pid=0}, \"\\x34\\x32\"}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
360 rc = sendto(fd, nlh, nlh->nlmsg_len, MSG_DONTWAIT, NULL, 0);
362 ", seq=0, pid=0}, %d}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
378 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
381 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
387 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
390 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
396 rc = sendto(fd, &nlh, sizeof(nlh), MSG_DONTWAIT, NULL, 0);
399 ", %u, MSG_DONTWAIT, NULL, 0) = %s\n",