Searched refs:CLOSING (Results 1 – 12 of 12) sorted by relevance
65 CLOSING = 8, enumerator
135 CLOSING = 8, enumerator
163 CLOSING = 8, enumerator
752 pcb->state = CLOSING; in tcp_process()769 case CLOSING: in tcp_process()
1500 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK)); in tcp_kill_state()1575 tcp_kill_state(CLOSING); in tcp_alloc()
921 pcb->state = CLOSING;939 case CLOSING:
1757 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK)); in tcp_kill_state()1859 tcp_kill_state(CLOSING); in tcp_alloc()
1002 pcb->state = CLOSING;1020 case CLOSING:
852 (tpcb->state == CLOSING))) {
947 (tpcb->state == CLOSING))) {
317 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
570 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
Completed in 33 milliseconds