Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c153 int using_pty = 0; /* we're allocating a pty as the device */ variable
418 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()
419 if (using_pty) in tty_process_extra_options()
466 if (using_pty) { in tty_check_options()
535 if (using_pty || record_file != NULL) { in connect_tty()
674 if (using_pty || record_file != NULL) { in connect_tty()
Dpppd.h236 extern int using_pty; /* using pty as device (notty or pty opt.) */
/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()