Home | History | Annotate | Download | only in pppd

Lines Matching full:tiox

1188     struct termiox tiox;
1196 if (!sync_serial && ioctl (fd, TCGETX, &tiox) < 0) {
1206 inittermiox = tiox;
1222 tiox.x_hflag |= RTSXOFF|CTSXON;
1224 tiox.x_hflag &= ~(RTSXOFF|CTSXON);
1264 if (!sync_serial && termiox_ok && ioctl (fd, TCSETXF, &tiox) < 0){