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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-sunos4.c523 int modembits = TIOCM_DTR; local
525 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
H A Dsys-linux.c906 int modembits = TIOCM_DTR; local
908 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits);
H A Dsys-solaris.c1241 int modembits = TIOCM_DTR; local
1243 ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c976 int modembits = TIOCM_DTR; local
978 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 90 milliseconds