Searched refs:LISTEN (Results 1 – 15 of 15) sorted by relevance
392 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 …]
165 if (tpcb->state != LISTEN) { in altcp_tcp_remove_callbacks()178 if (tpcb->state != LISTEN) { in altcp_tcp_setup_callbacks()
253 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN);
1256 pcb->state != LISTEN); in tcp_output()
58 LISTEN = 1, enumerator
446 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", (pcb)->state == LISTEN); \
181 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()
28 if (pcb2->state == LISTEN) { in tcp_remove()172 } else if(state == LISTEN) { in tcp_set_state()
271 EXPECT_RET(pcbl->state == LISTEN); in START_TEST()
130 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.
1701 LISTEN state."1713 transition to the LISTEN state from the SYN-RCVD
390 if (pcb->state == LISTEN) { in tcp_md5_check_inpacket()
963 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))) {
2954 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()
1356 pcb->state != LISTEN
Completed in 51 milliseconds