/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...] |
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...] |
pppd.h | 602 void set_up_tty __P((int, int)); /* Set up port's speed, parameters, etc. */ [all...] |
sys-linux.c | 897 * set_up_tty: Set up the serial port on `fd' for 8 bits, no parity, 902 void set_up_tty(int tty_fd, int local) function [all...] |