Searched refs:holdoff (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Doptions.c44 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
45 bool holdoff_specified; /* true if a holdoff value has been given */
H A Dpppd.h197 extern int need_holdoff; /* Need holdoff period after link terminates */
258 extern int holdoff; /* Dead time before restarting */
259 extern bool holdoff_specified; /* true if user gave a holdoff value */
H A Dmain.c83 int need_holdoff; /* need holdoff period before restarting */
513 t = need_holdoff? holdoff: 0;
522 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
781 * holdoff_end - called via a timeout when the holdoff period ends.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c113 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
114 bool holdoff_specified; /* true if a holdoff value has been given */
216 { "holdoff", o_int, &holdoff,
H A Dpppd.h227 extern int need_holdoff; /* Need holdoff period after link terminates */
309 extern int holdoff; /* Dead time before restarting */
310 extern bool holdoff_specified; /* true if user gave a holdoff value */
H A Dtty.c457 /* default holdoff to 0 if no connect script has been given */
459 holdoff = 0;
H A Dmain.c146 int need_holdoff; /* need holdoff period before restarting */
622 t = need_holdoff? holdoff: 0;
631 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
942 * holdoff_end - called via a timeout when the holdoff period ends.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c74 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
75 bool holdoff_specified; /* true if a holdoff value has been given */
162 { "holdoff", o_int, &holdoff,
H A Dpppd.h197 extern int need_holdoff; /* Need holdoff period after link terminates */
258 extern int holdoff; /* Dead time before restarting */
259 extern bool holdoff_specified; /* true if user gave a holdoff value */
H A Dtty.c401 /* default holdoff to 0 if no connect script has been given */
403 holdoff = 0;
H A Dmain.c91 int need_holdoff; /* need holdoff period before restarting */
553 t = need_holdoff? holdoff: 0;
562 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
822 * holdoff_end - called via a timeout when the holdoff period ends.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h226 extern int need_holdoff; /* Need holdoff period after link terminates */
296 extern int holdoff; /* Dead time before restarting */
297 extern bool holdoff_specified; /* true if user gave a holdoff value */

Completed in 136 milliseconds