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

  /external/ppp/pppd/
options.c 95 int maxconnect = 0; /* Maximum connect time */ variable
209 { "maxconnect", o_int, &maxconnect,
    [all...]
pppd.h 290 extern int maxconnect; /* Maximum connect time (seconds) */
    [all...]
auth.c 1058 if (maxconnect > 0)
1059 TIMEOUT(connect_time_expired, 0, maxconnect);
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 589 maxconnect = vp->lvalue;
    [all...]

Completed in 219 milliseconds