Searched refs:bootp_try (Results 1 – 2 of 2) sorted by relevance
63 extern int bootp_try;
62 int bootp_try; variable717 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