Home
last modified time | relevance | path

Searched refs:CLOSED (Results 1 – 10 of 10) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dtcpbase.h57 CLOSED = 0, enumerator
/lib/lwip/lwip/src/core/
A Dtcp.c379 case CLOSED: in tcp_close_shutdown()
594 if (pcb->state == CLOSED) { in tcp_abandon()
684 LWIP_ERROR("tcp_bind: can only bind in state CLOSED", pcb->state == CLOSED, return ERR_VAL); in tcp_bind()
859 …LWIP_ERROR("tcp_listen_with_backlog_and_err: pcb already connected", pcb->state == CLOSED, res = E… in tcp_listen_with_backlog_and_err()
1084 …LWIP_ERROR("tcp_connect: can only connect from state CLOSED", pcb->state == CLOSED, return ERR_ISC… in tcp_connect()
1218 LWIP_ASSERT("tcp_slowtmr: active pcb->state != CLOSED", pcb->state != CLOSED); in tcp_slowtmr()
2141 if (pcb->state != CLOSED && in tcp_pcb_purge()
2212 pcb->state = CLOSED; in tcp_pcb_remove()
2531 LWIP_ASSERT("tcp_pcbs_sane: active pcb->state != CLOSED", pcb->state != CLOSED); in tcp_pcbs_sane()
A Daltcp.c529 return CLOSED; in altcp_dbg_get_tcp_state()
712 return CLOSED; in altcp_default_dbg_get_tcp_state()
A Daltcp_tcp.c544 return CLOSED; in altcp_tcp_dbg_get_tcp_state()
A Dtcp_in.c251 LWIP_ASSERT("tcp_input: active pcb->state != CLOSED", pcb->state != CLOSED);
827 LWIP_ASSERT("tcp_input: pcb->state != CLOSED", pcb->state != CLOSED);
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DTCP-MIB118 transition to the SYN-SENT state from the CLOSED state.
142 transition to the CLOSED state from either the SYN-SENT
160 transition to the CLOSED state from either the ESTABLISHED
297 transition to the CLOSED state."
595 CLOSED state."
A DRFC1213-MIB1691 CLOSED state."
1710 direct transition to the CLOSED state from either
1723 direct transition to the CLOSED state from either
1792 the connection makes the transition to the CLOSED
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcp_priv.h363 …SSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \
/lib/lwip/lwip/src/api/
A Dapi_msg.c1462 if (msg->conn->pcb.tcp->state != CLOSED) {
1912 ((msg->conn->pcb.tcp->state == CLOSED) || (msg->conn->pcb.tcp->state == LISTEN))) {
/lib/lwip/lwip/
A DCHANGELOG1875 with pcb->state != CLOSED
3423 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
3573 correct state (must be CLOSED).

Completed in 46 milliseconds