Searched refs:modembits (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c978 int modembits = TIOCM_DTR; local
980 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits);
H A Dsys-solaris.c1311 int modembits = TIOCM_DTR; local
1313 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);

Completed in 115 milliseconds