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 151 int using_pty = 0; /* we're allocating a pty as the device */ variable
413 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
414 if (using_pty)
461 if (using_pty) {
530 if (using_pty || record_file != NULL) {
666 if (using_pty || record_file != NULL) {
    [all...]
pppd.h 235 extern int using_pty; /* using pty as device (notty or pty opt.) */
    [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 68 milliseconds