Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_in.c531 if (recv_flags & TF_GOT_FIN) {
966 if (recv_flags & TF_GOT_FIN) {
984 if (recv_flags & TF_GOT_FIN) { /* passive close */
991 if (recv_flags & TF_GOT_FIN) {
1012 if (recv_flags & TF_GOT_FIN) {
1567 recv_flags |= TF_GOT_FIN;
1601 recv_flags |= TF_GOT_FIN;
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h161 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro