Searched refs:bootp_try (Results 1 - 2 of 2) sorted by relevance

/u-boot/net/
H A Dbootp.h66 extern int bootp_try;
H A Dbootp.c55 int bootp_try; variable
715 bootp_try = 0;
746 if (bootp_try == 0)
749 if (bootp_try <= 2) /* Start with max 1024 * 1ms */
750 rand_ms = rand() >> (22 - bootp_try);
759 printf("BOOTP broadcast %d\n", ++bootp_try);

Completed in 102 milliseconds