Searched refs:max_open_sockets (Results 1 – 9 of 9) sorted by relevance
42 if ((!hd) || (!hd->hd_sd) || (!hd->config.max_open_sockets)) { in httpd_sess_enum()47 struct sock_db *end = hd->hd_sd + hd->config.max_open_sockets - 1; in httpd_sess_enum()150 if ((!hd) || (hd->hd_sd_active_count == hd->config.max_open_sockets)) { in httpd_sess_get_free()167 if ((!hd) || (!hd->hd_sd) || (!hd->config.max_open_sockets)) { in httpd_sess_get()
110 for (int i = 0; i < hd->config.max_open_sockets; ++i) { in httpd_get_client_list()350 hd->hd_sd = calloc(config->max_open_sockets, sizeof(struct sock_db)); in httpd_create()410 if (CONFIG_LWIP_MAX_SOCKETS < config->max_open_sockets + 3) { in httpd_start()
111 .max_open_sockets = 4, \
32 .max_open_sockets = 7, \150 uint16_t max_open_sockets; /*!< Max number of sockets/clients connected at any time*/ member
376 config.max_open_sockets = (CONFIG_LWIP_MAX_SOCKETS - 3); in test_httpd_start()381 ESP_LOGI(TAG, "Max Open Sessions: '%d'", config.max_open_sockets); in test_httpd_start()
118 config.max_open_sockets = 13; in start_webserver()
243 config.max_open_sockets += 1;
285 server_config.max_open_sockets = 1; in protocomm_httpd_start()
180 conf.httpd.max_open_sockets = max_clients; in start_wss_echo_server()