Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/api/
H A 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()
H A Dsockets.c916 u8_t apiflags = NETCONN_NOAUTORCVD; in lwip_recv_tcp()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dapi.h66 #define NETCONN_NOAUTORCVD 0x08 /* prevent netconn_recv_data_tcp() from updating the tcp window - … macro