http_state::retries is only used within LwIP.
 
Symbols
loading...
Files
loading...

http_state::retries field

Syntax

u8_t retries;

References

LocationReferrerText
httpd.c:259
u8_t retries;
httpd.c:2366http_init_file()
hs->retries = 0;
httpd.c:2390http_init_file()
hs->retries = 0;
httpd.c:2453http_sent()
hs->retries = 0;
httpd.c:2488http_poll()
hs->retries++;
httpd.c:2489http_poll()
if (hs->retries == HTTPD_MAX_RETRIES) {

Data Use

Functions writing http_state::retries
Functions reading http_state::retries
http_state::retries
all items filtered out
Type of http_state::retries
http_state::retries
all items filtered out