Searched refs:TF_CLOSED (Results 1 – 6 of 6) sorted by relevance
189 #define TF_CLOSED (u8_t)0x10U /* Connection was successfully closed. */ macro
157 #define TF_CLOSED (u8_t)0x10U /* Connection was successfully closed. */ macro
538 if (recv_flags & TF_CLOSED) {954 recv_flags |= TF_CLOSED;1834 recv_flags |= TF_CLOSED;
160 #define TF_CLOSED (u8_t)0x10U /* Connection was successfully closed. */ macro
604 if (recv_flags & TF_CLOSED) {1035 recv_flags |= TF_CLOSED;2031 recv_flags |= TF_CLOSED;
316 } else if (recv_flags & TF_CLOSED) { in tcp_input()784 recv_flags |= TF_CLOSED; in tcp_process()
Completed in 15 milliseconds