Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dif.c67 static struct timeval last_ifinit; variable
68 #define IF_RESCAN_DELAY() (last_ifinit.tv_sec == now.tv_sec \
69 && last_ifinit.tv_usec == now.tv_usec \
673 last_ifinit = now; in ifinit()