Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-solaris.c942 if(!sync_serial) {
1191 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1196 if (!sync_serial && ioctl (fd, TCGETX, &tiox) < 0) {
1208 if (!sync_serial)
1256 if ((speed == B0) && !sync_serial)
1260 if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &tios) < 0)
1264 if (!sync_serial && termiox_ok && ioctl (fd, TCSETXF, &tiox) < 0){
1270 if (!sync_serial)
1291 if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &inittermios) < 0)
1295 if (!sync_serial && ioctl (fd, TCSETXF, &inittermiox) < 0){
[all …]
Dtty.c151 bool sync_serial = 0; /* Device is synchronous serial device */ variable
234 { "sync", o_bool, &sync_serial,
Dpppd.h314 extern bool sync_serial; /* Device is synchronous serial device */
Dsys-linux.c429 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP; in tty_establish_ppp()
1243 | (sync_serial? SC_SYNC: 0); in tty_send_config()
/external/ppp/pppd/plugins/radius/
Dradius.c931 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_start()
1035 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_stop()
1183 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_interim()