Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Darp.c25 # define ARP_TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
27 # define ARP_TIMEOUT_COUNT CONFIG_NET_RETRY_COUNT macro
111 if (arp_wait_try >= ARP_TIMEOUT_COUNT) { in arp_timeout_check()