HomeSort by relevance Sort by last modified time
    Searched refs:setdtr (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
tty.c 685 setdtr(real_ttyfd, 0); /* in case modem is off hook */
687 setdtr(real_ttyfd, 1);
834 setdtr(real_ttyfd, 0);
    [all...]
pppd.h 626 void setdtr __P((int, int)); /* Raise or lower port's DTR line */
    [all...]
sys-linux.c 937 setdtr(tty_fd, 1);
1006 * setdtr - control the DTR line on the serial port.
1010 void setdtr (int tty_fd, int on) function
    [all...]
sys-solaris.c 1311 setdtr(fd, on) function
    [all...]

Completed in 72 milliseconds