Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Darp.h28 int arp_timeout_check(void);
H A Darp.c99 int arp_timeout_check(void) in arp_timeout_check() function
H A Dnet.c553 if (arp_timeout_check() > 0) in net_loop()