HomeSort by relevance Sort by last modified time
    Searched refs:link_connect_time (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
main.c 207 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);
    [all...]
pppd.h 234 extern unsigned link_connect_time; /* time the link was up for */
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 973 av_type = link_connect_time;
1117 av_type = link_connect_time;
    [all...]

Completed in 171 milliseconds