Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dphysical.c237 struct termios rstio; in physical_SetParity() local
244 tcgetattr(p->fd, &rstio); in physical_SetParity()
245 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB); in physical_SetParity()
246 rstio.c_cflag |= val; in physical_SetParity()
247 tcsetattr(p->fd, TCSADRAIN, &rstio); in physical_SetParity()