Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/ppp/
HDdefs.h107 #define PHYS_ALL 127 macro
HDsystems.c235 if (mode == PHYS_NONE || mode == PHYS_ALL) in AllowModes()
481 modereq = PHYS_ALL; in system_Select()
HDdefs.c96 { PHYS_ALL, "*" },
HDmain.c261 case PHYS_ALL: in ProcessArgs()
HDcommand.c409 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in DialCommand()
1290 bundle_Open(arg->bundle, arg->cx ? arg->cx->name : NULL, PHYS_ALL, 1); in OpenCommand()
1299 bundle_Open(arg->bundle, cx->name, PHYS_ALL, 1); in OpenCommand()
1326 bundle_Open(arg->bundle, NULL, PHYS_ALL, 1); in OpenCommand()
1844 if (mode == PHYS_NONE || mode == PHYS_ALL) { in SetVariable()