Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c151 int using_pty = 0; /* we're allocating a pty as the device */ variable
413 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()
414 if (using_pty) in tty_process_extra_options()
461 if (using_pty) { in tty_check_options()
530 if (using_pty || record_file != NULL) { in connect_tty()
666 if (using_pty || record_file != NULL) { in connect_tty()
Dpppd.h235 extern int using_pty; /* using pty as device (notty or pty opt.) */
/external/ppp/pppd/plugins/radius/
Dradius.c894 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_start()
995 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_stop()
1139 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) ); in radius_acct_interim()