Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.c299 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Lock()
315 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Unlock()
448 p->type == PHYS_DIRECT ? "unknown" : "N/A"); in physical_ShowStatus()
586 p->type = PHYS_DIRECT; in iov2physical()
737 if (p->fd >= 0 && *p->name.full == '/' && p->type != PHYS_DIRECT) in physical_LockedDevice()
898 if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) { in physical_Login()
927 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) || in physical_SetMode()
928 mode & (PHYS_DIRECT|PHYS_DEDICATED)) && in physical_SetMode()
929 (!(p->type & PHYS_DIRECT) || !(mode & PHYS_BACKGROUND))) { in physical_SetMode()
998 else if (p->type == PHYS_DIRECT) { in physical_Open()
H A Ddatalink.c153 (dl->physical->type == PHYS_DIRECT) || in datalink_HangupDone()
162 !(dl->physical->type & (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND))) in datalink_HangupDone()
260 if ((dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED|PHYS_BACKGROUND| in datalink_UpdateSet()
966 (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED))) in datalink_Up()
977 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max; in datalink_Up()
1108 PHYS_DIRECT ? "accepted: " : "requested:"); in datalink_Show()
1124 if (arg->cx->physical->type != PHYS_DIRECT) in datalink_Show()
1134 if (arg->cx->physical->type & PHYS_DIRECT) in datalink_Show()
1459 if (dl->physical->type & (PHYS_DIRECT|PHYS_DEDICATED)) in datalink_SetMode()
1461 if (dl->physical->type == PHYS_DIRECT) in datalink_SetMode()
H A Ddefs.h102 #define PHYS_DIRECT 4 /* Incoming link, deleted when closed */ macro
H A Dmain.c292 if (mode == PHYS_DIRECT) in CheckLabel()
351 if (sw.mode == PHYS_DIRECT) in main()
435 if (sw.mode != PHYS_DIRECT) { in main()
H A Dtty.c440 if (p->type != PHYS_DIRECT && p->fd >= 0 && !Online(dev)) in tty_Raw()
732 if (p->type != PHYS_DIRECT) { in tty_Create()
744 if (p->type != PHYS_DIRECT && p->cfg.speed > 115200) in tty_Create()
H A Ddefs.c91 { PHYS_DIRECT, "direct" },
H A Dlcp.c336 if (p->type != PHYS_DIRECT) in lcp_Setup()
1104 if (p->type != PHYS_DIRECT) { in LcpDecodeConfig()
1257 if (mode_type == MODE_REQ && p && p->type == PHYS_DIRECT && in LcpDecodeConfig()
H A Dbundle.c1308 (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)) { in bundle_CleanDatalinks()