Searched refs:LISTEN (Results 1 – 7 of 7) 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()811 LWIP_ASSERT("tcp_slowtmr: active pcb->state != LISTEN\n", pcb->state != LISTEN); in tcp_slowtmr()1394 LWIP_ASSERT("invalid socket state for recv callback", pcb->state != LISTEN); in tcp_recv()1408 LWIP_ASSERT("invalid socket state for sent callback", pcb->state != LISTEN); in tcp_sent()[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)
151 } else if(state == LISTEN) { in tcp_set_state()
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) {
70 pcb->state != LISTEN