Home
last modified time | relevance | path

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

/external/libppp/src/
Dphysical.c319 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Lock()
335 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Unlock()
472 p->type == PHYS_DIRECT ? "unknown" : "N/A"); in physical_ShowStatus()
610 p->type = PHYS_DIRECT; in iov2physical()
762 if (p->fd >= 0 && *p->name.full == '/' && p->type != PHYS_DIRECT) in physical_LockedDevice()
923 if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) { in physical_Login()
951 if ((p->type & (PHYS_DIRECT|PHYS_DEDICATED) || in physical_SetMode()
952 mode & (PHYS_DIRECT|PHYS_DEDICATED)) && in physical_SetMode()
953 (!(p->type & PHYS_DIRECT) || !(mode & PHYS_BACKGROUND))) { in physical_SetMode()
1025 else if (p->type == PHYS_DIRECT) { in physical_Open()
Ddefs.h102 #define PHYS_DIRECT 4 /* Incoming link, deleted when closed */ macro
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()
Dmain.c291 if (mode == PHYS_DIRECT) in CheckLabel()
350 if (sw.mode == PHYS_DIRECT) in main()
433 if (sw.mode != PHYS_DIRECT) { in main()
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()
Ddefs.c100 { PHYS_DIRECT, "direct" },
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()
Dbundle.c1311 (PHYS_DIRECT|PHYS_BACKGROUND|PHYS_FOREGROUND)) { in bundle_CleanDatalinks()