Lines Matching refs:MSG_DONTWAIT
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)"
113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
114 printf("recvmsg(%d, {msg_namelen=%d}, MSG_DONTWAIT) = %d %s (%m)\n",