Home
last modified time | relevance | path

Searched refs:PHYS_INTERACTIVE (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dmain.c218 sw->mode = PHYS_INTERACTIVE; in ProcessArgs()
342 if (sw.mode == PHYS_INTERACTIVE) { in main()
404 if (sw.mode == PHYS_INTERACTIVE) in main()
434 if (sw.mode != PHYS_INTERACTIVE) { in main()
H A Ddefs.h100 #define PHYS_INTERACTIVE 1 /* Manual link */ macro
H A Ddefs.c89 { PHYS_INTERACTIVE, "interactive" },
H A Ddatalink.c905 if ((dl->physical = physical_Create(dl, PHYS_INTERACTIVE)) == NULL) { in datalink_Clone()
H A Dcommand.c398 if ((arg->cx && !(arg->cx->physical->type & (PHYS_INTERACTIVE|PHYS_AUTO))) in DialCommand()
400 (arg->bundle->phys_type.all & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) { in DialCommand()