Home | History | Annotate | Download | only in radius

Lines Matching defs:start_time

245 	 * start_time - Timestamp of server start
247 struct os_time start_time;
1261 os_get_time(&data->start_time);
1388 uptime = (now.sec - data->start_time.sec) * 100 +
1389 ((now.usec - data->start_time.usec) / 10000) % 100;