Lines Matching refs:tries
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()
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()
907 dhcp->tries++; in dhcp_discover()
909 …if(dhcp->tries >= LWIP_DHCP_AUTOIP_COOP_TRIES && dhcp->autoip_coop_state == DHCP_AUTOIP_COOP_STATE… 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()
1113 dhcp->tries++; in dhcp_rebind()
1114 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000; in dhcp_rebind()
1154 dhcp->tries++; in dhcp_reboot()
1155 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000; in dhcp_reboot()
1200 dhcp->tries++; in dhcp_release()
1201 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000; in dhcp_release()
1257 dhcp->tries = 0; in dhcp_set_state()
1674 if (dhcp->tries == 0) { in dhcp_create_msg()