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 541 set_up_tty(pty_slave, 1);
620 set_up_tty(ttyfd, ((connector != NULL && connector[0] != 0)
720 set_up_tty(real_ttyfd, 0);
781 set_up_tty(real_ttyfd, 1);
    [all...]
pppd.h 624 void set_up_tty __P((int, int)); /* Set up port's speed, parameters, etc. */
    [all...]
sys-linux.c 927 * set_up_tty: Set up the serial port on `fd' for 8 bits, no parity,
932 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 165 milliseconds