Home | History | Annotate | Download | only in tests-m32

Lines Matching refs:MSG_DONTWAIT

68 	rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
69 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
73 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
74 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
78 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
79 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
84 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
85 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
89 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
90 printf("sendto(%d, \"abcd\", %u, MSG_DONTWAIT, NULL, 0) = %s\n",
94 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0);
96 ", seq=0, pid=0}, \"abcd\"}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
102 rc = sendto(fd, &req->nlh, sizeof(req->nlh), MSG_DONTWAIT, NULL, 0);
104 ", seq=0, pid=0}}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
110 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0);
112 ", seq=0, pid=0}, \"abcd\"}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
118 rc = sendto(fd, req, sizeof(*req), MSG_DONTWAIT, NULL, 0);
120 ", seq=0, pid=0}}, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
133 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);
146 ", seq=0, pid=0}, \"abcd\"}, %p], %u, MSG_DONTWAIT, NULL, 0)"
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 ", MSG_DONTWAIT, NULL, 0) = %s\n",
189 rc = sendto(fd, msgs, msg_len, MSG_DONTWAIT, NULL, 0);
199 printf(", ...], %u, MSG_DONTWAIT, NULL, 0) = %s\n", msg_len, errstr);