Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dmain.c220 sw->mode = PHYS_INTERACTIVE; in ProcessArgs()
344 if (sw.mode == PHYS_INTERACTIVE) { in main()
406 if (sw.mode == PHYS_INTERACTIVE) in main()
436 if (sw.mode != PHYS_INTERACTIVE) { in main()
H A Ddefs.h102 #define PHYS_INTERACTIVE 1 /* Manual link */ macro
H A Ddefs.c91 { PHYS_INTERACTIVE, "interactive" },
H A Ddatalink.c907 if ((dl->physical = physical_Create(dl, PHYS_INTERACTIVE)) == NULL) { in datalink_Clone()
H A Dcommand.c400 if ((arg->cx && !(arg->cx->physical->type & (PHYS_INTERACTIVE|PHYS_AUTO))) in DialCommand()
402 (arg->bundle->phys_type.all & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) { in DialCommand()