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