Searched refs:bootp_try (Results 1 – 2 of 2) sorted by relevance
56 int bootp_try; variable704 bootp_try = 0; in bootp_reset()735 if (bootp_try == 0) in bootp_request()738 if (bootp_try <= 2) /* Start with max 1024 * 1ms */ in bootp_request()739 rand_ms = rand() >> (22 - bootp_try); in bootp_request()748 printf("BOOTP broadcast %d\n", ++bootp_try); in bootp_request()
63 extern int bootp_try;