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

/freebsd-10-stable/sbin/routed/
H A Dif.c77 static struct timeval last_ifinit; variable in typeref:struct:timeval
78 #define IF_RESCAN_DELAY() (last_ifinit.tv_sec == now.tv_sec \
79 && last_ifinit.tv_usec == now.tv_usec \
674 last_ifinit = now;

Completed in 99 milliseconds