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

  /external/ppp/pppd/
options.c 103 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
104 bool holdoff_specified; /* true if a holdoff value has been given */
202 { "holdoff", o_int, &holdoff,
    [all...]
pppd.h 227 extern int need_holdoff; /* Need holdoff period after link terminates */
303 extern int holdoff; /* Dead time before restarting */
304 extern bool holdoff_specified; /* true if user gave a holdoff value */
    [all...]
tty.c 457 /* default holdoff to 0 if no connect script has been given */
459 holdoff = 0;
    [all...]
main.c 147 int need_holdoff; /* need holdoff period before restarting */
606 t = need_holdoff? holdoff: 0;
615 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
909 * holdoff_end - called via a timeout when the holdoff period ends.
    [all...]

Completed in 73 milliseconds