Home | History | Annotate | Download | only in pppd

Lines Matching refs:modembits

978     int modembits = TIOCM_DTR;
980 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits);