Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp_in.c364 if (recv_flags & TF_GOT_FIN) { in tcp_input()
716 if (recv_flags & TF_GOT_FIN) { in tcp_process()
734 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()
741 if (recv_flags & TF_GOT_FIN) { in tcp_process()
760 if (recv_flags & TF_GOT_FIN) { in tcp_process()
1321 recv_flags |= TF_GOT_FIN; in tcp_receive()
1352 recv_flags |= TF_GOT_FIN; in tcp_receive()
/lib/liblwip/src/include/lwip/
Dtcp_impl.h190 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro