Searched refs:TF_GOT_FIN (Results 1 – 2 of 2) sorted by relevance
548 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;
161 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro