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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c79 static struct timeval last_ifinit; variable in typeref:struct:timeval
80 #define IF_RESCAN_DELAY() (last_ifinit.tv_sec == now.tv_sec \
81 && last_ifinit.tv_usec == now.tv_usec \
710 last_ifinit = now;

Completed in 111 milliseconds