Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A 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()
857 dhcp->tries++; in dhcp_decline()
907 dhcp->tries++; in dhcp_discover()
914 msecs = (dhcp->tries < 6 ? 1 << dhcp->tries : 60) * 1000; in dhcp_discover()
1062 dhcp->tries++; in dhcp_renew()
1064 msecs = dhcp->tries < 10 ? dhcp->tries * 2000 : 20 * 1000; in dhcp_renew()
1114 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000; in dhcp_rebind()
1155 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000; in dhcp_reboot()
[all …]
/lk-master/external/lib/lwip/include/lwip/
A Ddhcp.h40 u8_t tries; member
/lk-master/external/arch/arm/arm-m/CMSIS/Patch/
A Dsystick_nvic.patch6 SysTick_Config() tries to set the systick priority to max. Comment out
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile282 # Fortran. In the later case the parser tries to guess whether the code is fixed
313 # When enabled doxygen tries to link words that correspond to documented

Completed in 14 milliseconds