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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c188 int link_connect_time; variable
921 int t = (link_connect_time + 5) / 6; /* 1/10ths of minutes */
1578 link_connect_time = now.tv_sec - start_time.tv_sec;
1579 (void) slprintf(numbuf, sizeof(numbuf), "%d", link_connect_time);
1582 link_connect_time = 0;

Completed in 49 milliseconds