Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.c56 int bootp_try; variable
704 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()
Dbootp.h63 extern int bootp_try;