Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dtcp.c392 case LISTEN: in tcp_close_shutdown()
493 if (pcb->state != LISTEN) { in tcp_close()
521 if (pcb->state == LISTEN) { in tcp_shutdown()
577 pcb->state != LISTEN); in tcp_abandon()
862 if (pcb->state == LISTEN) { in tcp_listen_with_backlog_and_err()
890 lpcb->state = LISTEN; in tcp_listen_with_backlog_and_err()
983 pcb->state != LISTEN); in tcp_recved()
2089 if ((pcb != NULL) && (pcb->state == LISTEN)) { in tcp_accept()
2143 pcb->state != LISTEN) { in tcp_pcb_purge()
2198 (pcb->state != LISTEN) && in tcp_pcb_remove()
[all …]
A Daltcp_tcp.c165 if (tpcb->state != LISTEN) { in altcp_tcp_remove_callbacks()
178 if (tpcb->state != LISTEN) { in altcp_tcp_setup_callbacks()
A Dtcp_in.c253 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN);
A Dtcp_out.c1256 pcb->state != LISTEN); in tcp_output()
/lib/lwip/lwip/src/include/lwip/
A Dtcpbase.h58 LISTEN = 1, enumerator
A Dtcp.h446 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", (pcb)->state == LISTEN); \
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_mib2_tcp.c181 if (pcb->state == LISTEN) { in tcp_ConnTable_get_cell_value_core()
188 if (pcb->state == LISTEN) { in tcp_ConnTable_get_cell_value_core()
233 if (pcb->state == LISTEN) { in tcp_ConnTable_get_cell_value()
277 if (pcb->state == LISTEN) { in tcp_ConnTable_get_next_cell_instance_and_value()
/lib/lwip/lwip/test/unit/tcp/
A Dtcp_helper.c28 if (pcb2->state == LISTEN) { in tcp_remove()
172 } else if(state == LISTEN) { in tcp_set_state()
A Dtest_tcp_state.c271 EXPECT_RET(pcbl->state == LISTEN); in START_TEST()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DTCP-MIB130 transition to the SYN-RCVD state from the LISTEN state.
145 LISTEN state from the SYN-RCVD state.
285 is a separate table for connections in the LISTEN state."
412 LISTEN state should be present in the tcpListenerTable.
A DRFC1213-MIB1701 LISTEN state."
1713 transition to the LISTEN state from the SYN-RCVD
/lib/lwip/lwip/contrib/addons/tcp_md5/
A Dtcp_md5.c390 if (pcb->state == LISTEN) { in tcp_md5_check_inpacket()
/lib/lwip/lwip/src/api/
A Dapi_msg.c963 if (tpcb->state == LISTEN) {
1093 LWIP_ASSERT("Closing a listen pcb may not fail!", (tpcb->state != LISTEN));
1912 ((msg->conn->pcb.tcp->state == CLOSED) || (msg->conn->pcb.tcp->state == LISTEN))) {
A Dsockets.c2954 if ((sock->conn->pcb.tcp != NULL) && (sock->conn->pcb.tcp->state == LISTEN)) { in lwip_getsockopt_impl()
3126 if (sock->conn->pcb.tcp->state == LISTEN) { in lwip_getsockopt_impl()
3599 if (sock->conn->pcb.tcp->state == LISTEN) { in lwip_setsockopt_impl()
/lib/lwip/lwip/
A DCHANGELOG1356 pcb->state != LISTEN

Completed in 51 milliseconds