Home
last modified time | relevance | path

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

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