Searched refs:LISTEN (Results 1 – 5 of 5) sorted by relevance
215 case LISTEN: in tcp_close_shutdown()292 if (pcb->state != LISTEN) { in tcp_close()315 if (pcb->state == LISTEN) { in tcp_shutdown()367 pcb->state != LISTEN); in tcp_abandon()527 if (pcb->state == LISTEN) { in tcp_listen_with_backlog()551 lpcb->state = LISTEN; in tcp_listen_with_backlog()617 pcb->state != LISTEN); in tcp_recved()1454 LWIP_ASSERT("invalid socket state for poll", pcb->state != LISTEN); in tcp_poll()1474 pcb->state != LISTEN) { in tcp_pcb_purge()1546 pcb->state != LISTEN && in tcp_pcb_remove()[all …]
908 pcb->state != LISTEN); in tcp_output()
173 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN); in tcp_input()
128 LISTEN = 1, enumerator334 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", pcb->state == LISTEN); \338 (pcb)->state == LISTEN)
768 if (conn->pcb.tcp->state == LISTEN) {813 LWIP_ASSERT("Closing a listen pcb may not fail!", (conn->pcb.tcp->state != LISTEN));1179 if (msg->conn->pcb.tcp->state == LISTEN) {
Completed in 12 milliseconds