Home
last modified time | relevance | path

Searched refs:LWIP_HTTPD_REQ_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dhttpd_opts.h265 #if !defined LWIP_HTTPD_REQ_BUFSIZE || defined __DOXYGEN__
266 #define LWIP_HTTPD_REQ_BUFSIZE LWIP_HTTPD_MAX_REQ_LENGTH macro
/third_party/lwip/src/apps/http/
Dhttpd.c2125 if ((hs->req->tot_len <= LWIP_HTTPD_REQ_BUFSIZE) &&