Searched refs:link_connect_time (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/
H A Dmain.c207 unsigned link_connect_time; variable
1190 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
1223 link_connect_time = now.tv_sec - start_time.tv_sec;
1231 slprintf(numbuf, sizeof(numbuf), "%u", link_connect_time);
H A Dpppd.h234 extern unsigned link_connect_time; /* time the link was up for */
/external/ppp/pppd/plugins/radius/
H A Dradius.c973 av_type = link_connect_time;
1117 av_type = link_connect_time;

Completed in 90 milliseconds