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

  /external/ppp/pppd/
tty.c 324 default_device = 0;
416 if (default_device) {
462 if (!default_device) {
475 default_device = notty;
490 default_device = 1;
496 if (default_device)
676 if (!default_device && modem) {
829 if (!default_device && modem) {
    [all...]
sys-solaris.c 598 if (default_device && !notty)
1006 if (hungup && default_device && tty_sid > 0) {
1279 if (!default_device) {
    [all...]
pppd.h 276 extern int default_device; /* Using /dev/tty or equivalent */
    [all...]
options.c 91 int default_device = 1; /* Using /dev/tty or equivalent */ variable
    [all...]
sys-linux.c 998 if (!default_device)
    [all...]

Completed in 710 milliseconds