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

  /external/libppp/src/
defs.h 103 #define PHYS_DEDICATED 8 /* Dedicated link */
datalink.c 117 if (dl->physical->type == PHYS_DEDICATED && !dl->bundle->CleaningUp &&
155 !(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)))) {
228 if (dl->physical->type == PHYS_DEDICATED)
260 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND|
288 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) &&
297 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) &&
305 (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) &&
966 (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)))
    [all...]
defs.c 101 { PHYS_DEDICATED, "dedicated" },
physical.c 570 if (p->type != PHYS_DEDICATED) {
951 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) ||
952 mode & (PHYS_DIRECT|PHYS_DEDICATED)) &&
tty.c 456 if (p->type != PHYS_DEDICATED)
729 if (p->type != PHYS_DEDICATED)
bundle.c 232 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
238 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
256 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
    [all...]

Completed in 98 milliseconds