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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c51 int start_time_tenths; variable
514 start_time_tenths = 0;
523 n += start_time_tenths;
525 start_time_tenths = n % 10;
528 tm->tm_sec, start_time_tenths);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c30 int start_time_tenths; variable
483 start_time_tenths = 0;
492 n += start_time_tenths;
494 start_time_tenths = n % 10;
497 tm->tm_sec, start_time_tenths);

Completed in 65 milliseconds