Home | History | Annotate | Download | only in pppd

Lines Matching defs:start_time

203 static struct timeval start_time;	/* Time when link was started. */
577 gettimeofday(&start_time, NULL);
1207 gettimeofday(&start_time, NULL);
1223 link_connect_time = now.tv_sec - start_time.tv_sec;