Searched refs:CLOSED (Results 1 – 10 of 10) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/ |
| A D | tcpbase.h | 57 CLOSED = 0, enumerator
|
| /lib/lwip/lwip/src/core/ |
| A D | tcp.c | 379 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 D | altcp.c | 529 return CLOSED; in altcp_dbg_get_tcp_state() 712 return CLOSED; in altcp_default_dbg_get_tcp_state()
|
| A D | altcp_tcp.c | 544 return CLOSED; in altcp_tcp_dbg_get_tcp_state()
|
| A D | tcp_in.c | 251 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 D | TCP-MIB | 118 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 D | RFC1213-MIB | 1691 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 D | tcp_priv.h | 363 …SSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \
|
| /lib/lwip/lwip/src/api/ |
| A D | api_msg.c | 1462 if (msg->conn->pcb.tcp->state != CLOSED) { 1912 ((msg->conn->pcb.tcp->state == CLOSED) || (msg->conn->pcb.tcp->state == LISTEN))) {
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 1875 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