Home | History | Annotate | Download | only in pppd

Lines Matching refs:demand

179 static int slave_fd = -1;	/* pty for old-style demand mode, slave */
180 static int master_fd = -1; /* pty for old-style demand mode, master */
409 * Demand mode - prime the old ppp device to relinquish the unit.
588 * operation, and reconnect the ppp unit to the loopback if in demand
596 if (demand) {
606 if (demand)
647 * Used in demand mode.
672 * In demand mode this uses our existing bundle instead of making
1562 * For demand mode to work properly, we have to ignore routes
2377 /* set ip_dynaddr in demand mode if address changes */
2378 if (demand && tune_kernel && !dynaddr_set
2620 * in demand mode. Under Linux, we use a pty master/slave pair.
2824 if (demand && driver_is_old) {
2825 option_error("demand dialling is not supported by kernel driver "