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

  /external/ppp/pppd/
pppd.h 335 extern int maxoctets_timeout; /* Timeout for check of octets limit */
    [all...]
options.c 128 int maxoctets_timeout = 1; /* default 1 second */ variable
338 { "mo-timeout", o_int, &maxoctets_timeout,
    [all...]
auth.c 1096 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
1169 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout);
    [all...]

Completed in 45 milliseconds