Home
last modified time | relevance | path

Searched refs:NETCONN_DONTBLOCK (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dapi.h65 #define NETCONN_DONTBLOCK 0x04 macro
/third_party/lwip/src/api/
H A Dapi_lib.c570 * - NETCONN_DONTBLOCK: only read data that is available now, don't wait for more data
598 if (netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK) || in netconn_recv_data()
797 * - NETCONN_DONTBLOCK: only read data that is available now, don't wait for more data
836 * - NETCONN_DONTBLOCK: only read data that is available now, don't wait for more data
969 * - NETCONN_DONTBLOCK: only write the data if all data can be written at once
992 * - NETCONN_DONTBLOCK: only write the data if all data can be written at once
1008 dontblock = netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK); in netconn_write_vectors_partly()
H A Dsockets.c960 apiflags |= NETCONN_DONTBLOCK; in lwip_recv_tcp()
1038 apiflags |= NETCONN_DONTBLOCK | NETCONN_NOFIN; in lwip_recv_tcp()
1131 apiflags = NETCONN_DONTBLOCK; in lwip_recvfrom_udp_raw()
1457 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0)); in lwip_send()
1511 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0)); in lwip_sendmsg_internal()
3856 err_t err = netconn_recv_udp_raw_netbuf_flags(sock->conn, &rxbuf, NETCONN_DONTBLOCK);
H A Dapi_msg.c1719 dontblock = netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK);

Completed in 10 milliseconds