Home
last modified time | relevance | path

Searched refs:NETCONN_NOAUTORCVD (Results 1 – 8 of 8) 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.c952 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
/third_party/lwip/
D0016-lstack-support-mysql-mode.patch333 u8_t apiflags = NETCONN_NOAUTORCVD;
374 - if (apiflags & NETCONN_NOAUTORCVD)
383 + if (apiflags & NETCONN_NOAUTORCVD) {
D0024-refactor-pkt-read-send-performance.patch87 u8_t apiflags = NETCONN_NOAUTORCVD;
D0075-adapt-read-write-for-rtc-mode.patch79 if (apiflags & NETCONN_NOAUTORCVD) {
D0053-cleancode-improve-lwipopts.h-readability.patch285 if (apiflags & NETCONN_NOAUTORCVD) {
D0002-adapt-lstack.patch1011 u8_t apiflags = NETCONN_NOAUTORCVD;
1040 + if (apiflags & NETCONN_NOAUTORCVD)