Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.h63 extern int bootp_try;
A Dbootp.c62 int bootp_try; variable
717 bootp_try = 0; in bootp_reset()
748 if (bootp_try == 0) in bootp_request()
751 if (bootp_try <= 2) /* Start with max 1024 * 1ms */ in bootp_request()
752 rand_ms = rand() >> (22 - bootp_try); in bootp_request()
761 printf("BOOTP broadcast %d\n", ++bootp_try); in bootp_request()

Completed in 4 milliseconds