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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c129 int link_connect_time; variable
478 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
946 link_connect_time = now.tv_sec - start_time.tv_sec;
949 slprintf(numbuf, sizeof(numbuf), "%d", link_connect_time);
H A Dpppd.h204 extern int link_connect_time; /* time the link was up for */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c144 int link_connect_time; variable
551 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
1139 link_connect_time = now.tv_sec - start_time.tv_sec;
1142 slprintf(numbuf, sizeof(numbuf), "%d", link_connect_time);
H A Dpppd.h204 extern int link_connect_time; /* time the link was up for */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c210 unsigned link_connect_time; variable
1291 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
1324 link_connect_time = now.tv_sec - start_time.tv_sec;
1332 slprintf(numbuf, sizeof(numbuf), "%u", link_connect_time);
H A Dpppd.h234 extern unsigned link_connect_time; /* time the link was up for */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c966 av_type = link_connect_time;
1114 av_type = link_connect_time;

Completed in 187 milliseconds