Lines Matching refs:tries
189 * example when it tries to renew a lease obtained on another network.
239 dhcp->tries++;
326 dhcp->tries++;
327 msecs = (dhcp->tries < 6 ? 1 << dhcp->tries : 60) * 1000;
413 if (dhcp->tries <= 5) {
424 if (dhcp->tries <= 1) {
443 if (dhcp->tries <= 8) {
451 if (dhcp->tries < REBOOT_TRIES) {
472 * eventually time-out if renew tries fail. */
777 dhcp->tries = 0;
784 dhcp->tries = 0;
857 dhcp->tries++;
907 dhcp->tries++;
909 if(dhcp->tries >= LWIP_DHCP_AUTOIP_COOP_TRIES && dhcp->autoip_coop_state == DHCP_AUTOIP_COOP_STATE_OFF) {
914 msecs = (dhcp->tries < 6 ? 1 << dhcp->tries : 60) * 1000;
1062 dhcp->tries++;
1064 msecs = dhcp->tries < 10 ? dhcp->tries * 2000 : 20 * 1000;
1113 dhcp->tries++;
1114 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000;
1154 dhcp->tries++;
1155 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000;
1200 dhcp->tries++;
1201 msecs = dhcp->tries < 10 ? dhcp->tries * 1000 : 10 * 1000;
1250 * If the state changed, reset the number of tries.
1257 dhcp->tries = 0;
1674 if (dhcp->tries == 0) {