Home
last modified time | relevance | path

Searched refs:LISTEN (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/lib/lwip/core/
A Dtcp.c215 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 …]
A Dtcp_out.c908 pcb->state != LISTEN); in tcp_output()
A Dtcp_in.c173 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN); in tcp_input()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h128 LISTEN = 1, enumerator
334 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", pcb->state == LISTEN); \
338 (pcb)->state == LISTEN)
/lk-master/external/lib/lwip/api/
A Dapi_msg.c768 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