Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ppp/
HDphysical.c248 struct termios rstio; in physical_SetParity() local
255 tcgetattr(p->fd, &rstio); in physical_SetParity()
256 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB); in physical_SetParity()
257 rstio.c_cflag |= val; in physical_SetParity()
258 tcsetattr(p->fd, TCSADRAIN, &rstio); in physical_SetParity()