Home
last modified time | relevance | path

Searched refs:TF_RESET (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp_impl.h188 #define TF_RESET (u8_t)0x08U /* Connection was reset. */ macro
/lib/liblwip/src/core/
Dtcp_in.c308 if (recv_flags & TF_RESET) { in tcp_input()
600 recv_flags |= TF_RESET; in tcp_process()