Home
last modified time | relevance | path

Searched refs:holdoff_specified (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Doptions.c109 bool holdoff_specified; /* true if a holdoff value has been given */ variable
219 OPT_PRIO, &holdoff_specified },
Dpppd.h310 extern bool holdoff_specified; /* true if user gave a holdoff value */
Dtty.c463 if (connect_script == 0 && !holdoff_specified) in tty_check_options()