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

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

Completed in 73 milliseconds