Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDdatalink.c119 if (dl->physical->type == PHYS_DEDICATED && !dl->bundle->CleaningUp && in datalink_HangupDone()
157 !(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)))) { in datalink_HangupDone()
230 if (dl->physical->type == PHYS_DEDICATED) in datalink_LoginDone()
262 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND| in datalink_UpdateSet()
290 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
299 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
307 (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) && in datalink_UpdateSet()
968 (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))) in datalink_Up()
1461 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_SetMode()
HDdefs.h105 #define PHYS_DEDICATED 8 /* Dedicated link */ macro
HDdefs.c94 { PHYS_DEDICATED, "dedicated" },
HDbundle.c234 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinkAdded()
240 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinkAdded()
258 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinksRemoved()
1176 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) != in bundle_StartIdleTimer()
1242 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) != in bundle_StartSessionTimer()
HDtty.c458 if (p->type != PHYS_DEDICATED) in tty_Raw()
731 if (p->type != PHYS_DEDICATED) in tty_Create()
HDphysical.c559 if (p->type != PHYS_DEDICATED) { in physical_DescriptorRead()
940 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) || in physical_SetMode()
941 mode & (PHYS_DIRECT|PHYS_DEDICATED)) && in physical_SetMode()