Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-solaris.c1188 struct termiox tiox; local
1196 if (!sync_serial && ioctl (fd, TCGETX, &tiox) < 0) {
1206 inittermiox = tiox;
1222 tiox.x_hflag |= RTSXOFF|CTSXON;
1224 tiox.x_hflag &= ~(RTSXOFF|CTSXON);
1261 if (!sync_serial && termiox_ok && ioctl (fd, TCSETXF, &tiox) < 0){