Searched refs:NETCONN_DONTBLOCK (Results 1 – 4 of 4) sorted by relevance
59 #define NETCONN_DONTBLOCK 0x04 macro
610 dontblock = netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK); in netconn_write_partly()
1216 (conn->current_msg->msg.w.apiflags & NETCONN_DONTBLOCK);
780 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_send()