Home | History | Annotate | Download | only in pppd

Lines Matching refs:modem

138 bool	modem = 1;		/* Use modem control lines */
224 { "modem", o_bool, &modem,
225 "Use modem control lines", OPT_PRIO | 1 },
226 { "local", o_bool, &modem,
227 "Don't use modem control lines", OPT_PRIOSUB | 0 },
477 modem = 0;
553 * out and we want to use the modem lines, we reopen it later
554 * in order to wait for the carrier detect signal from the modem.
606 * to the modem before carrier comes up. But this has the
609 * successfully to the modem with CLOCAL clear and CD down,
676 if (!default_device && modem) {
677 setdtr(real_ttyfd, 0); /* in case modem is off hook */
710 clear CLOCAL if modem option */
719 if (connector == NULL && modem && devnam[0] != 0) {
829 if (!default_device && modem) {