HomeSort by: relevance | last modified time | path
    Searched defs:tlast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
net.c 90 satime_t t, tlast; local in function:sendrecv
99 tlast = 0;
126 tlast = t;
137 tleft -= t - tlast;
138 tlast = t;
  /src/usr.sbin/mrouted/
main.c 368 static unsigned int tlast; local in function:fasttimer
370 unsigned int t = tlast + 1;
384 tlast = 0;
393 tlast = t;

Completed in 12 milliseconds