Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Ddatalink.c116 if (dl->physical->type == PHYS_DEDICATED && !dl->bundle->CleaningUp && in datalink_HangupDone()
154 !(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)))) { in datalink_HangupDone()
227 if (dl->physical->type == PHYS_DEDICATED) in datalink_LoginDone()
259 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND| in datalink_UpdateSet()
287 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
296 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
304 (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
964 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_Up()
1450 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_SetMode()
H A Ddefs.h104 #define PHYS_DEDICATED 8 /* Dedicated link */ macro
H A 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()
1165 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) != in bundle_StartIdleTimer()
1231 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) != in bundle_StartSessionTimer()
H A Ddefs.c101 { PHYS_DEDICATED, "dedicated" },
H A Dtty.c464 if (p->type != PHYS_DEDICATED) in tty_Raw()
723 if (p->type != PHYS_DEDICATED) in tty_Create()
H A Dphysical.c544 if (p->type != PHYS_DEDICATED) { in physical_DescriptorRead()
923 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) || in physical_SetMode()
924 mode & (PHYS_DIRECT|PHYS_DEDICATED)) && in physical_SetMode()