Home
last modified time | relevance | path

Searched refs:NETCONN_NOAUTORCVD (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/api/
Dapi_lib.c721 if (!(apiflags & NETCONN_NOAUTORCVD)) { in netconn_recv_data_tcp()
729 if (!(apiflags & NETCONN_NOAUTORCVD)) { in netconn_recv_data_tcp()
735 if (!(apiflags & NETCONN_NOAUTORCVD)) { in netconn_recv_data_tcp()
Dsockets.c948 u8_t apiflags = NETCONN_NOAUTORCVD; in lwip_recv_tcp()
/third_party/lwip/src/include/lwip/
Dapi.h66 #define NETCONN_NOAUTORCVD 0x08 /* prevent netconn_recv_data_tcp() from updating the tcp window - … macro