Searched refs:TF_GOT_FIN (Results 1 – 6 of 6) sorted by relevance
364 if (recv_flags & TF_GOT_FIN) { in tcp_input()716 if (recv_flags & TF_GOT_FIN) { in tcp_process()734 if (recv_flags & TF_GOT_FIN) { /* passive close */ in tcp_process()741 if (recv_flags & TF_GOT_FIN) { in tcp_process()760 if (recv_flags & TF_GOT_FIN) { in tcp_process()1321 recv_flags |= TF_GOT_FIN; in tcp_receive()1352 recv_flags |= TF_GOT_FIN; in tcp_receive()
465 if (recv_flags & TF_GOT_FIN) {884 if (recv_flags & TF_GOT_FIN) {902 if (recv_flags & TF_GOT_FIN) { /* passive close */909 if (recv_flags & TF_GOT_FIN) {930 if (recv_flags & TF_GOT_FIN) {1488 recv_flags |= TF_GOT_FIN;1522 recv_flags |= TF_GOT_FIN;
531 if (recv_flags & TF_GOT_FIN) {965 if (recv_flags & TF_GOT_FIN) {983 if (recv_flags & TF_GOT_FIN) { /* passive close */990 if (recv_flags & TF_GOT_FIN) {1011 if (recv_flags & TF_GOT_FIN) {1566 recv_flags |= TF_GOT_FIN;1600 recv_flags |= TF_GOT_FIN;
190 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro
158 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro
161 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */ macro
Completed in 24 milliseconds