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

Lines Matching refs:MSG_DONTWAIT

65 	int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
70 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
76 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
79 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
84 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
87 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
95 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
98 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
103 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
106 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
112 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
113 printf("recvmsg(%d, {msg_namelen=%d}, MSG_DONTWAIT) = %d %s (%m)\n",