Home
last modified time | relevance | path

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

/third_party/lwip/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.c952 u8_t apiflags = NETCONN_NOAUTORCVD; in lwip_recv_tcp()
/third_party/lwip/src/include/lwip/
H A Dapi.h66 #define NETCONN_NOAUTORCVD 0x08 /* prevent netconn_recv_data_tcp() from updating the tcp window - must be done manually via netconn_tcp_recvd() */ macro

Completed in 8 milliseconds