Home | History | Annotate | Download | only in pppd

Lines Matching refs:modembits

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