Aggiornamenti + alcune sockopt di IP
[gapil.git] / listati / cfmakeraw.c
1 termios_p->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP
2          | INLCR | IGNCR | ICRNL | IXON);
3 termios_p->c_oflag &= ~OPOST;
4 termios_p->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
5 termios_p->c_cflag &= ~(CSIZE | PARENB);
6 termios_p->c_cflag |= CS8;