Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp_impl.h189 #define TF_CLOSED (u8_t)0x10U /* Connection was sucessfully closed. */ macro
/lib/liblwip/src/core/
Dtcp_in.c316 } else if (recv_flags & TF_CLOSED) { in tcp_input()
784 recv_flags |= TF_CLOSED; in tcp_process()