Searched refs:MSG_DONTWAIT (Results 1 – 2 of 2) sorted by relevance
135 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
583 if (((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) && in lwip_recvfrom()780 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_send()
Completed in 6 milliseconds