| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp.c | 215 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 D | tcp_out.c | 908 pcb->state != LISTEN); in tcp_output()
|
| A D | tcp_in.c | 173 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN); in tcp_input()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp.c | 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() 861 if (pcb->state == LISTEN) { in tcp_listen_with_backlog_and_err() 889 lpcb->state = LISTEN; in tcp_listen_with_backlog_and_err() 979 pcb->state != LISTEN); in tcp_recved() 2079 if ((pcb != NULL) && (pcb->state == LISTEN)) { in tcp_accept() 2133 pcb->state != LISTEN) { in tcp_pcb_purge() 2188 (pcb->state != LISTEN) && in tcp_pcb_remove() [all …]
|
| A D | tcp_in.c | 253 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN);
|
| A D | tcp_out.c | 1252 pcb->state != LISTEN); in tcp_output()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp.c | 313 case LISTEN: in tcp_close_shutdown() 404 if (pcb->state != LISTEN) { in tcp_close() 428 if (pcb->state == LISTEN) { in tcp_shutdown() 480 pcb->state != LISTEN); in tcp_abandon() 695 if (pcb->state == LISTEN) { in tcp_listen_with_backlog_and_err() 723 lpcb->state = LISTEN; in tcp_listen_with_backlog_and_err() 800 pcb->state != LISTEN); in tcp_recved() 1777 if ((pcb != NULL) && (pcb->state == LISTEN)) { in tcp_accept() 1815 pcb->state != LISTEN) { in tcp_pcb_purge() 1868 pcb->state != LISTEN && in tcp_pcb_remove() [all …]
|
| A D | tcp_out.c | 1005 pcb->state != LISTEN); in tcp_output()
|
| A D | tcp_in.c | 228 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN);
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp.h | 128 LISTEN = 1, enumerator 334 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", pcb->state == LISTEN); \ 338 (pcb)->state == LISTEN)
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | tcpbase.h | 58 LISTEN = 1, enumerator
|
| A D | tcp.h | 446 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", (pcb)->state == LISTEN); \
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_mib2_tcp.c | 174 if (pcb->state == LISTEN) { in tcp_ConnTable_get_cell_value_core() 181 if (pcb->state == LISTEN) { in tcp_ConnTable_get_cell_value_core() 226 if (pcb->state == LISTEN) { in tcp_ConnTable_get_cell_value() 270 if (pcb->state == LISTEN) { in tcp_ConnTable_get_next_cell_instance_and_value()
|
| /components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
| A D | snmp_mib2_tcp.c | 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()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | tcp.h | 156 LISTEN = 1, enumerator 380 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", (pcb)->state == LISTEN); \
|
| /components/net/lwip/lwip-1.4.1/test/unit/tcp/ |
| A D | tcp_helper.c | 151 } else if(state == LISTEN) { in tcp_set_state()
|
| /components/net/lwip/lwip-2.1.2/test/unit/tcp/ |
| A D | tcp_helper.c | 167 } else if(state == LISTEN) { in tcp_set_state()
|
| /components/net/lwip/lwip-2.0.3/test/unit/tcp/ |
| A D | tcp_helper.c | 162 } else if(state == LISTEN) { in tcp_set_state()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | api_msg.c | 768 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) {
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | api_msg.c | 864 if (tpcb->state == LISTEN) { 995 LWIP_ASSERT("Closing a listen pcb may not fail!", (tpcb->state != LISTEN)); 1748 ((msg->conn->pcb.tcp->state == CLOSED) || (msg->conn->pcb.tcp->state == LISTEN))) {
|
| A D | sockets.c | 1932 if ((sock->conn->pcb.tcp != NULL) && (sock->conn->pcb.tcp->state == LISTEN)) { in lwip_getsockopt_impl() 2099 if (sock->conn->pcb.tcp->state == LISTEN) { in lwip_getsockopt_impl() 2491 if (sock->conn->pcb.tcp->state == LISTEN) { in lwip_setsockopt_impl()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | api_msg.c | 959 if (tpcb->state == LISTEN) { 1089 LWIP_ASSERT("Closing a listen pcb may not fail!", (tpcb->state != LISTEN)); 1908 ((msg->conn->pcb.tcp->state == CLOSED) || (msg->conn->pcb.tcp->state == LISTEN))) {
|
| A D | sockets.c | 2931 if ((sock->conn->pcb.tcp != NULL) && (sock->conn->pcb.tcp->state == LISTEN)) { in lwip_getsockopt_impl() 3103 if (sock->conn->pcb.tcp->state == LISTEN) { in lwip_getsockopt_impl() 3576 if (sock->conn->pcb.tcp->state == LISTEN) { in lwip_setsockopt_impl()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 60 pcb->state != LISTEN
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 1016 pcb->state != LISTEN
|