Searched refs:maxconnect (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 828 if (maxconnect > 0) { 829 TIMEOUT(connect_time_expired, &lcp_fsm[unit], maxconnect); 836 lcp_settimeremaining(unit, maxconnect, maxconnect); 837 if (maxconnect > 300) 838 lcp_settimeremaining(unit, maxconnect, 300); 839 if (maxconnect > 120) 840 lcp_settimeremaining(unit, maxconnect, 120); 841 if (maxconnect > 30) 842 lcp_settimeremaining(unit, maxconnect, 30);
|
H A D | options.c | 89 int maxconnect = 0; /* Maximum connect time */ variable 243 { "maxconnect", o_int, &maxconnect,
|
H A D | pppd.h | 256 extern int maxconnect; /* Maximum connect time (seconds) */
|