Home
last modified time | relevance | path

Searched defs:client_fds (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/examples/protocols/https_server/wss_server/main/
Dwss_server_example.c249 int client_fds[max_clients]; in wss_server_send_messages() local
/hal_espressif-3.4.0/components/esp_http_server/src/
Dhttpd_main.c102 esp_err_t httpd_get_client_list(httpd_handle_t handle, size_t *fds, int *client_fds) in httpd_get_client_list()