Searched refs:net_nd_timer_start (Results 1 - 4 of 4) sorted by last modified time

/u-boot/net/
H A Dping6.c75 net_nd_timer_start = get_timer(0);
H A Dnet6.c366 net_nd_timer_start = get_timer(0);
H A Dndisc.c30 ulong net_nd_timer_start; variable
288 if ((t - net_nd_timer_start) > NDISC_TIMEOUT) {
296 net_nd_timer_start = t;
/u-boot/include/
H A Dndisc.h63 extern ulong net_nd_timer_start;

Completed in 47 milliseconds