Home
last modified time | relevance | path

Searched refs:PHYS_DEDICATED (Results 1 – 6 of 6) sorted by relevance

/external/libppp/src/
Ddefs.h103 #define PHYS_DEDICATED 8 /* Dedicated link */ macro
Ddatalink.c117 if (dl->physical->type == PHYS_DEDICATED && !dl->bundle->CleaningUp && in datalink_HangupDone()
155 !(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)))) { in datalink_HangupDone()
228 if (dl->physical->type == PHYS_DEDICATED) in datalink_LoginDone()
260 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND| in datalink_UpdateSet()
288 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
297 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
305 (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
966 (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))) in datalink_Up()
1459 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_SetMode()
Ddefs.c101 { PHYS_DEDICATED, "dedicated" },
Dtty.c456 if (p->type != PHYS_DEDICATED) in tty_Raw()
729 if (p->type != PHYS_DEDICATED) in tty_Create()
Dbundle.c232 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinkAdded()
238 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinkAdded()
256 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinksRemoved()
1174 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) != in bundle_StartIdleTimer()
1240 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) != in bundle_StartSessionTimer()
Dphysical.c570 if (p->type != PHYS_DEDICATED) { in physical_DescriptorRead()
951 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) || in physical_SetMode()
952 mode & (PHYS_DIRECT|PHYS_DEDICATED)) && in physical_SetMode()