Home
last modified time | relevance | path

Searched refs:PHYS_DIRECT (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dphysical.c297 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Lock()
313 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Unlock()
446 p->type == PHYS_DIRECT ? "unknown" : "N/A"); in physical_ShowStatus()
584 p->type = PHYS_DIRECT; in iov2physical()
732 if (p->fd >= 0 && *p->name.full == '/' && p->type != PHYS_DIRECT) in physical_LockedDevice()
894 if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) { in physical_Login()
923 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) || in physical_SetMode()
924 mode & (PHYS_DIRECT|PHYS_DEDICATED)) && in physical_SetMode()
925 (!(p->type & PHYS_DIRECT) || !(mode & PHYS_BACKGROUND))) { in physical_SetMode()
995 else if (p->type == PHYS_DIRECT) { in physical_Open()
H A Ddatalink.c152 (dl->physical->type == PHYS_DIRECT) || in datalink_HangupDone()
161 !(dl->physical->type & (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND))) in datalink_HangupDone()
259 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND| in datalink_UpdateSet()
964 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_Up()
975 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max; in datalink_Up()
1106 PHYS_DIRECT ? "accepted: " : "requested:"); in datalink_Show()
1122 if (arg->cx->physical->type != PHYS_DIRECT) in datalink_Show()
1132 if (arg->cx->physical->type & PHYS_DIRECT) in datalink_Show()
1450 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_SetMode()
1452 if (dl->physical->type == PHYS_DIRECT) in datalink_SetMode()
H A Dmain.c291 if (mode == PHYS_DIRECT) in CheckLabel()
350 if (sw.mode == PHYS_DIRECT) in main()
433 if (sw.mode != PHYS_DIRECT) { in main()
H A Ddefs.h103 #define PHYS_DIRECT 4 /* Incoming link, deleted when closed */ macro
H A Dtty.c448 if (p->type != PHYS_DIRECT && p->fd >= 0 && !Online(dev)) in tty_Raw()
726 if (p->type != PHYS_DIRECT) { in tty_Create()
738 if (p->type != PHYS_DIRECT && p->cfg.speed > 115200) in tty_Create()
H A Ddefs.c100 { PHYS_DIRECT, "direct" },
H A Dlcp.c333 if (p->type != PHYS_DIRECT) in lcp_Setup()
1094 if (p->type != PHYS_DIRECT) { in LcpDecodeConfig()
1247 if (mode_type == MODE_REQ && p && p->type == PHYS_DIRECT && in LcpDecodeConfig()
H A Dbundle.c1302 (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)) { in bundle_CleanDatalinks()