Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_main.c200 int maxfd = MAX(hd->listen_fd, tmp_max_fd); in httpd_server() local
Dhttpd_sess.c327 void httpd_sess_set_descriptors(struct httpd_data *hd, fd_set *fdset, int *maxfd) in httpd_sess_set_descriptors()