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

/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.h105 #define PHYS_DEDICATED 8 /* Dedicated link */ macro
H A Ddatalink.c119 if (dl->physical->type == PHYS_DEDICATED && !dl->bundle->CleaningUp &&
157 !(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)))) {
230 if (dl->physical->type == PHYS_DEDICATED)
262 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND|
290 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) &&
299 if (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) &&
307 (!(dl->physical->type & (PHYS_DDIAL|PHYS_DEDICATED)) &&
968 (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)))
1461 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))
H A Ddefs.c94 { PHYS_DEDICATED, "dedicated" },
H A Dphysical.c559 if (p->type != PHYS_DEDICATED) {
940 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) ||
941 mode & (PHYS_DIRECT|PHYS_DEDICATED)) &&
H A Dtty.c458 if (p->type != PHYS_DEDICATED)
731 if (p->type != PHYS_DEDICATED)
H A Dbundle.c234 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
240 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
258 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
1176 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) !=
1242 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) !=

Completed in 76 milliseconds