Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c185 int link_connect_time; variable
918 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
1575 link_connect_time = now.tv_sec - start_time.tv_sec;
1576 (void) slprintf(numbuf, sizeof(numbuf), "%d", link_connect_time);
1579 link_connect_time = 0;
H A Dpppd.h211 extern int link_connect_time; /* time the link was up for */