Home
last modified time | relevance | path

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

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