Lines Matching defs:closed
589 * The connection shall be actively closed (using RST to close from fault states).
608 /* make sure the post code knows that the connection is closed */
639 * The connection shall be actively closed.
1070 pcb is closed. */
1758 /* prevent connection being closed if httpd_post_data_recved() is called nested */
2491 err_t closed;
2494 closed = http_close_conn(pcb, NULL);
2495 LWIP_UNUSED_ARG(closed);
2497 if (closed == ERR_MEM) {
2539 /* error or closed by other side? */