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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c57 static int iftime; /* interface timer */ local
69 iftime = 0;
85 iftime += alarmtime;
86 if (iftime >= CHECK_INTERVAL) {
88 iftime = 0;
90 mintime = min(mintime, CHECK_INTERVAL - iftime);

Completed in 44 milliseconds