Searched defs:last_ifscan (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c88 static struct timeval last_ifscan; variable in typeref:struct:timeval
90 (last_ifscan.tv_sec == now.tv_sec && \
91 last_ifscan.tv_usec == now.tv_usec && \
1050 last_ifscan = now;

Completed in 62 milliseconds