httpd_default_filenames is only used within LwIP.
 
Symbols
loading...
Files
loading...

httpd_default_filenames variable

Syntax

static const default_filename httpd_default_filenames[] = { {"/index.shtml", 1 }, {"/index.ssi", 1 }, {"/index.shtm", 1 }, {"/index.html", 0 }, {"/index.htm", 0 } };

References

LocationReferrerText
httpd.c:154
static const default_filename httpd_default_filenames[] = {
httpd.c:2206http_find_file()
for (loop = 0; loop < NUM_DEFAULT_FILENAMES; loop++) {
httpd.c:2212http_find_file()
size_t name_len = strlen(httpd_default_filenames[loop].name);
httpd.c:2214http_find_file()
MEMCPY(&http_uri_buf[copy_len], httpd_default_filenames[loop].name, name_copy_len);
httpd.c:2221http_find_file()
file_name = httpd_default_filenames[loop].name;
httpd.c:2230http_find_file()
tag_check = httpd_default_filenames[loop].shtml;

Data Use

Functions reading httpd_default_filenames
httpd_default_filenames
all items filtered out
Type of httpd_default_filenames
httpd_default_filenames
all items filtered out