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

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c220 unsigned link_connect_time; variable
1638 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
1658 link_connect_time = now.tv_sec - start_time.tv_sec;
1661 slprintf(numbuf, sizeof(numbuf), "%u", link_connect_time);
H A Dpppd.h286 extern unsigned link_connect_time; /* time the link was up for */

Completed in 79 milliseconds