Searched refs:bootp_try (Results 1 – 5 of 5) sorted by relevance
57 int bootp_try; variable692 bootp_try = 0; in bootp_reset()723 if (bootp_try == 0) in bootp_request()726 if (bootp_try <= 2) /* Start with max 1024 * 1ms */ in bootp_request()727 rand_ms = rand() >> (22 - bootp_try); in bootp_request()736 printf("BOOTP broadcast %d\n", ++bootp_try); in bootp_request()
63 extern int bootp_try;