Home
last modified time | relevance | path

Searched refs: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
90 (last_ifscan.tv_sec == now.tv_sec && \
91 last_ifscan.tv_usec == now.tv_usec && \
1050 last_ifscan = now; in ifscan()