Searched refs:recv_flags (Results 1 – 1 of 1) sorted by relevance
69 static u8_t recv_flags; variable298 recv_flags = 0; in tcp_input()323 if (recv_flags & TF_RESET) { in tcp_input()331 } else if (recv_flags & TF_CLOSED) { in tcp_input()376 if (recv_flags & TF_GOT_FIN) { in tcp_input()597 recv_flags |= TF_RESET; in tcp_process()713 if (recv_flags & TF_GOT_FIN) { in tcp_process()731 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()738 if (recv_flags & TF_GOT_FIN) { in tcp_process()757 if (recv_flags & TF_GOT_FIN) { in tcp_process()[all …]