HomeSort by relevance Sort by last modified time
    Searched refs:sync_serial (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
sys-solaris.c 942 if(!sync_serial) {
1191 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1196 if (!sync_serial && ioctl (fd, TCGETX, &tiox) < 0) {
1208 if (!sync_serial)
1253 if ((speed == B0) && !sync_serial)
1257 if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &tios) < 0)
1261 if (!sync_serial && termiox_ok && ioctl (fd, TCSETXF, &tiox) < 0){
1267 if (!sync_serial)
    [all...]
tty.c 149 bool sync_serial = 0; /* Device is synchronous serial device */ variable
229 { "sync", o_bool, &sync_serial,
    [all...]
pppd.h 308 extern bool sync_serial; /* Device is synchronous serial device */
    [all...]
sys-linux.c 422 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
1209 | (sync_serial? SC_SYNC: 0);
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 894 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) );
995 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) );
1139 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) );
    [all...]

Completed in 198 milliseconds