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

  /external/ppp/pppd/
tty.c 536 set_up_tty(pty_slave, 1);
612 set_up_tty(ttyfd, ((connector != NULL && connector[0] != 0)
712 set_up_tty(real_ttyfd, 0);
778 set_up_tty(real_ttyfd, 1);
    [all...]
pppd.h 602 void set_up_tty __P((int, int)); /* Set up port's speed, parameters, etc. */
    [all...]
sys-linux.c 896 * set_up_tty: Set up the serial port on `fd' for 8 bits, no parity,
901 void set_up_tty(int tty_fd, int local) function
    [all...]
sys-solaris.c 1177 * set_up_tty: Set up the serial port on `fd' for 8 bits, no parity,
1182 set_up_tty(fd, local) function
    [all...]

Completed in 36 milliseconds