Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c677 setdtr(real_ttyfd, 0); /* in case modem is off hook */ in connect_tty()
679 setdtr(real_ttyfd, 1); in connect_tty()
830 setdtr(real_ttyfd, 0); in finish_tty()
Dpppd.h602 void setdtr __P((int, int)); /* Raise or lower port's DTR line */
Dsys-linux.c906 setdtr(tty_fd, 1); in set_up_tty()
976 void setdtr (int tty_fd, int on) in setdtr() function
Dsys-solaris.c1308 setdtr(fd, on) in setdtr() function