Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/src/core/
Ddhcp.c239 dhcp->tries++; in dhcp_check()
326 dhcp->tries++; in dhcp_select()
327 msecs = (dhcp->tries < 6 ? 1 << dhcp->tries : 60) * 1000; in dhcp_select()
413 if (dhcp->tries <= 5) { in dhcp_timeout()
424 if (dhcp->tries <= 1) { in dhcp_timeout()
443 if (dhcp->tries <= 8) { in dhcp_timeout()
451 if (dhcp->tries < REBOOT_TRIES) { in dhcp_timeout()
777 dhcp->tries = 0; in dhcp_network_changed()
784 dhcp->tries = 0; in dhcp_network_changed()
857 dhcp->tries++; in dhcp_decline()
[all …]
/sys/dev/
Dahci.c341 int tries; in AHCI_ResetPort() local
342 for (tries = 0; tries < 2; tries++) { in AHCI_ResetPort()
/lib/liblwip/src/include/lwip/
Ddhcp.h40 u8_t tries; member
/lib/liblwip/doc/
Dsys_arch.txt214 mem_init() tries to allcate a semaphore using mem_malloc, which of course
/docs/
DDoxyfile332 # tries to guess whether the code is fixed or free formatted code, this is the
366 # When enabled doxygen tries to link words that correspond to documented
/lib/liblwip/
DCHANGELOG3303 mem_malloc2() tries to allocate memory once, and if it fails tries