Home | History | Annotate | Download | only in pppd

Lines Matching refs:tp

1225 record_write(f, code, buf, nb, tp)
1230 struct timeval *tp;
1237 diff = (now.tv_sec - tp->tv_sec) * 10 + (now.tv_usec - tp->tv_usec);
1249 *tp = now;