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

  /external/ppp/pppd/
tty.c 153 int using_pty = 0; /* we're allocating a pty as the device */ variable
418 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
419 if (using_pty)
466 if (using_pty) {
535 if (using_pty || record_file != NULL) {
674 if (using_pty || record_file != NULL) {
    [all...]
pppd.h 236 extern int using_pty; /* using pty as device (notty or pty opt.) */
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 931 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) );
1035 av_type = ( using_pty ? PW_VIRTUAL : ( sync_serial ? PW_SYNC : PW_ASYNC ) );
    [all...]

Completed in 227 milliseconds