HomeSort by relevance Sort by last modified time
    Searched full:maxconnect (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
options.c 100 int maxconnect = 0; /* Maximum connect time */ variable
224 { "maxconnect", o_int, &maxconnect,
    [all...]
auth.c 1091 if (maxconnect > 0)
1092 TIMEOUT(connect_time_expired, 0, maxconnect);
    [all...]
pppd.h 295 extern int maxconnect; /* Maximum connect time (seconds) */
    [all...]
pppd.8 635 .B maxconnect \fIn
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 592 maxconnect = vp->lvalue;
    [all...]

Completed in 382 milliseconds