Searched refs:tries (Results 1 – 4 of 4) sorted by relevance
239 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 …]
40 u8_t tries; member
6 SysTick_Config() tries to set the systick priority to max. Comment out
282 # Fortran. In the later case the parser tries to guess whether the code is fixed313 # When enabled doxygen tries to link words that correspond to documented
Completed in 14 milliseconds