Searched refs:recv_flags (Results 1 – 1 of 1) sorted by relevance
69 static u8_t recv_flags; variable286 recv_flags = 0; in tcp_input()308 if (recv_flags & TF_RESET) { in tcp_input()364 if (recv_flags & TF_GOT_FIN) { in tcp_input()608 recv_flags |= TF_RESET;724 if (recv_flags & TF_GOT_FIN) {749 if (recv_flags & TF_GOT_FIN) {768 if (recv_flags & TF_GOT_FIN) {792 recv_flags |= TF_CLOSED;1329 recv_flags |= TF_GOT_FIN;[all …]
Completed in 4 milliseconds