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

/opensolaris-onvv-gate/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options44 holdoff 5
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h197 extern bool need_holdoff; /* Need holdoff period after link terminates */
262 extern int holdoff; /* Dead time before restarting */
263 extern bool holdoff_specified; /* true if user gave a holdoff value */
H A Doptions.c104 int holdoff = 30; /* # seconds to pause before reconnecting */ variable
105 bool holdoff_specified; /* true if a holdoff value has been given */
219 { "holdoff", o_int, &holdoff,
H A Dmain.c107 bool need_holdoff; /* need holdoff period before restarting */
127 * "holdoff" option, and is 30 seconds by default.
448 /* default holdoff to 0 if no connect script has been given */
450 holdoff = 0;
1003 t = need_holdoff? holdoff: 0;
1024 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
1253 * holdoff_end - called via a timeout when the holdoff period ends.

Completed in 100 milliseconds