Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Darp.h29 int arp_timeout_check(void);
H A Darp.c98 int arp_timeout_check(void) in arp_timeout_check() function
H A Dnet.c580 if (arp_timeout_check() > 0) in net_loop()