Searched refs:net_nd_timer_start (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dndisc.h63 extern ulong net_nd_timer_start;
/u-boot/net/
H A Dping6.c76 net_nd_timer_start = get_timer(0);
H A Dndisc.c31 ulong net_nd_timer_start; variable
289 if ((t - net_nd_timer_start) > NDISC_TIMEOUT) {
297 net_nd_timer_start = t;
H A Dnet6.c366 net_nd_timer_start = get_timer(0);

Completed in 46 milliseconds