HomeSort by relevance Sort by last modified time
    Searched full:tiox (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
sys-solaris.c 1188 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){
    [all...]

Completed in 1238 milliseconds