Searched refs:MSG_DONTWAIT (Results 1 – 10 of 10) sorted by relevance
119 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
135 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
951 if (flags & MSG_DONTWAIT) { in lwip_recv_tcp()1121 if (flags & MSG_DONTWAIT) { in lwip_recvfrom_udp_raw()1311 LWIP_ERROR("lwip_recvmsg: unsupported flags", (flags & ~(MSG_PEEK|MSG_DONTWAIT)) == 0, in lwip_recvmsg()1360 recv_flags |= MSG_DONTWAIT; in lwip_recvmsg()1432 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0)); in lwip_send()1464 LWIP_ERROR("lwip_sendmsg: unsupported flags", (flags & ~(MSG_DONTWAIT | MSG_MORE)) == 0, in lwip_sendmsg()1475 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0)); in lwip_sendmsg()
238 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
322 ret = lwip_recv(s, &buf, 1, MSG_PEEK | MSG_DONTWAIT); in sockets_stresstest_wait_readable_nonblock()
263 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
790 if (((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) && in lwip_recvfrom()980 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_send()1019 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_sendmsg()
596 if (((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) && in lwip_recvfrom()793 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_send()
1089 if (flags & MSG_DONTWAIT) in at_recvfrom()
5592 flgs |= MSG_DONTWAIT; in netflags_muslc_2_lwip()
Completed in 45 milliseconds