Symbol: PHYS_DIRECT
usr.sbin/ppp/bundle.c
1302
(PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)) {
usr.sbin/ppp/datalink.c
1106
PHYS_DIRECT ? "accepted: " : "requested:");
usr.sbin/ppp/datalink.c
1122
if (arg->cx->physical->type != PHYS_DIRECT)
usr.sbin/ppp/datalink.c
1132
if (arg->cx->physical->type & PHYS_DIRECT)
usr.sbin/ppp/datalink.c
1450
if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))
usr.sbin/ppp/datalink.c
1452
if (dl->physical->type == PHYS_DIRECT)
usr.sbin/ppp/datalink.c
152
(dl->physical->type == PHYS_DIRECT) ||
usr.sbin/ppp/datalink.c
161
!(dl->physical->type & (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)))
usr.sbin/ppp/datalink.c
259
if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND|
usr.sbin/ppp/datalink.c
964
if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))
usr.sbin/ppp/datalink.c
975
dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
usr.sbin/ppp/defs.c
100
{ PHYS_DIRECT, "direct" },
usr.sbin/ppp/lcp.c
1094
if (p->type != PHYS_DIRECT) {
usr.sbin/ppp/lcp.c
1247
if (mode_type == MODE_REQ && p && p->type == PHYS_DIRECT &&
usr.sbin/ppp/lcp.c
333
if (p->type != PHYS_DIRECT)
usr.sbin/ppp/main.c
291
if (mode == PHYS_DIRECT)
usr.sbin/ppp/main.c
350
if (sw.mode == PHYS_DIRECT)
usr.sbin/ppp/main.c
433
if (sw.mode != PHYS_DIRECT) {
usr.sbin/ppp/physical.c
297
if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
usr.sbin/ppp/physical.c
313
if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
usr.sbin/ppp/physical.c
446
p->type == PHYS_DIRECT ? "unknown" : "N/A");
usr.sbin/ppp/physical.c
584
p->type = PHYS_DIRECT;
usr.sbin/ppp/physical.c
732
if (p->fd >= 0 && *p->name.full == '/' && p->type != PHYS_DIRECT)
usr.sbin/ppp/physical.c
894
if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) {
usr.sbin/ppp/physical.c
923
if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) ||
usr.sbin/ppp/physical.c
924
mode & (PHYS_DIRECT|PHYS_DEDICATED)) &&
usr.sbin/ppp/physical.c
925
(!(p->type & PHYS_DIRECT) || !(mode & PHYS_BACKGROUND))) {
usr.sbin/ppp/physical.c
995
else if (p->type == PHYS_DIRECT) {
usr.sbin/ppp/tty.c
448
if (p->type != PHYS_DIRECT && p->fd >= 0 && !Online(dev))
usr.sbin/ppp/tty.c
726
if (p->type != PHYS_DIRECT) {
usr.sbin/ppp/tty.c
738
if (p->type != PHYS_DIRECT && p->cfg.speed > 115200)