Searched refs:setdtr (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A Dtty.c677 setdtr(real_ttyfd, 0); /* in case modem is off hook */
679 setdtr(real_ttyfd, 1);
830 setdtr(real_ttyfd, 0);
H A Dpppd.h604 void setdtr __P((int, int)); /* Raise or lower port's DTR line */
H A Dsys-linux.c907 setdtr(tty_fd, 1);
973 * setdtr - control the DTR line on the serial port.
977 void setdtr (int tty_fd, int on) function
H A Dsys-solaris.c1304 * setdtr - control the DTR line on the serial port.
1308 setdtr(fd, on) function

Completed in 138 milliseconds