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.c548 if (recv_flags & TF_GOT_FIN) {
1000 if (recv_flags & TF_GOT_FIN) {
1018 if (recv_flags & TF_GOT_FIN) { /* passive close */
1025 if (recv_flags & TF_GOT_FIN) {
1046 if (recv_flags & TF_GOT_FIN) {
1601 recv_flags |= TF_GOT_FIN;
1635 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