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

/freebsd-12-stable/usr.sbin/ppp/
H A Dphysical.c241 struct termios rstio; local
248 tcgetattr(p->fd, &rstio);
249 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB);
250 rstio.c_cflag |= val;
251 tcsetattr(p->fd, TCSADRAIN, &rstio);

Completed in 101 milliseconds