Searched refs:tios (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dpty.c43 struct termios tios; local
73 if (tcgetattr(sfd, &tios) == 0) {
74 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
75 tios.c_cflag |= CS8 | CREAD | CLOCAL;
76 tios.c_iflag = IGNPAR;
77 tios.c_oflag = 0;
78 tios.c_lflag = 0;
79 tcsetattr(sfd, TCSAFLUSH, &tios);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c438 struct termios tios; local
440 if (tcgetattr(fd, &tios) < 0)
444 inittermios = tios;
448 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
450 tios.c_cflag |= CRTSCTS;
452 tios.c_cflag &= ~CRTSCTS;
454 tios.c_cflag |= CS8 | CREAD | HUPCL;
456 tios.c_cflag |= CLOCAL;
457 tios.c_iflag = IGNBRK | IGNPAR;
458 tios
1331 struct termios tios; local
[all...]
H A Dsys-linux.c832 struct termios tios; local
835 if (tcgetattr(tty_fd, &tios) < 0) {
842 inittermios = tios;
844 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
845 tios.c_cflag |= CS8 | CREAD | HUPCL;
847 tios.c_iflag = IGNBRK | IGNPAR;
848 tios.c_oflag = 0;
849 tios.c_lflag = 0;
850 tios.c_cc[VMIN] = 1;
851 tios
2454 struct termios tios; local
[all...]
H A Dsys-solaris.c1116 struct termios tios; local
1121 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1134 inittermios = tios;
1142 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1145 tios.c_cflag |= CRTSCTS;
1147 tios.c_cflag &= ~CRTSCTS;
1158 tios.c_cflag |= CS8 | CREAD | HUPCL;
1160 tios.c_cflag |= CLOCAL;
1161 tios.c_iflag = IGNBRK | IGNPAR;
1162 tios
2536 struct termios tios; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c511 struct termios tios; local
513 if (tcgetattr(fd, &tios) < 0)
517 inittermios = tios;
521 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
523 tios.c_cflag |= CRTSCTS;
525 tios.c_cflag &= ~CRTSCTS;
527 tios.c_cflag |= CS8 | CREAD | HUPCL;
529 tios.c_cflag |= CLOCAL;
530 tios.c_iflag = IGNBRK | IGNPAR;
531 tios
1553 struct termios tios; local
[all...]
H A Dsys-linux.c901 struct termios tios; local
904 if (tcgetattr(tty_fd, &tios) < 0) {
911 inittermios = tios;
913 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
914 tios.c_cflag |= CS8 | CREAD | HUPCL;
916 tios.c_iflag = IGNBRK | IGNPAR;
917 tios.c_oflag = 0;
918 tios.c_lflag = 0;
919 tios.c_cc[VMIN] = 1;
920 tios
2565 struct termios tios; local
[all...]
H A Dsys-solaris.c1190 struct termios tios; local
1195 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1208 inittermios = tios;
1216 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1219 tios.c_cflag |= CRTSCTS;
1221 tios.c_cflag &= ~CRTSCTS;
1232 tios.c_cflag |= CS8 | CREAD | HUPCL;
1234 tios.c_cflag |= CLOCAL;
1235 tios.c_iflag = IGNBRK | IGNPAR;
1236 tios
2746 struct termios tios; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c511 struct termios tios; local
513 if (tcgetattr(fd, &tios) < 0)
517 inittermios = tios;
521 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
523 tios.c_cflag |= CRTSCTS;
525 tios.c_cflag &= ~CRTSCTS;
527 tios.c_cflag |= CS8 | CREAD | HUPCL;
529 tios.c_cflag |= CLOCAL;
530 tios.c_iflag = IGNBRK | IGNPAR;
531 tios
1553 struct termios tios; local
[all...]
H A Dsys-linux.c901 struct termios tios; local
904 if (tcgetattr(tty_fd, &tios) < 0) {
911 inittermios = tios;
913 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
914 tios.c_cflag |= CS8 | CREAD | HUPCL;
916 tios.c_iflag = IGNBRK | IGNPAR;
917 tios.c_oflag = 0;
918 tios.c_lflag = 0;
919 tios.c_cc[VMIN] = 1;
920 tios
2565 struct termios tios; local
[all...]
H A Dsys-solaris.c1190 struct termios tios; local
1195 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1208 inittermios = tios;
1216 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1219 tios.c_cflag |= CRTSCTS;
1221 tios.c_cflag &= ~CRTSCTS;
1232 tios.c_cflag |= CS8 | CREAD | HUPCL;
1234 tios.c_cflag |= CLOCAL;
1235 tios.c_iflag = IGNBRK | IGNPAR;
1236 tios
2746 struct termios tios; local
[all...]

Completed in 201 milliseconds