Searched refs:rarp_try (Results 1 - 3 of 3) sorted by path

/u-boot/net/
H A Drarp.h19 extern int rarp_try;
H A Dnet.c543 rarp_try = 0;
H A Drarp.c17 int rarp_try; variable
54 if (rarp_try >= CONFIG_NET_RETRY_COUNT) {
70 printf("RARP broadcast %d\n", ++rarp_try);

Completed in 344 milliseconds