Searched refs:mainopt (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Doptions.c634 option_t *mainopt = opt; local
639 while (mainopt->flags & OPT_PRIOSUB)
640 --mainopt;
641 if (mainopt->flags & OPT_PRIO) {
642 if (prio < mainopt->priority) {
644 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
646 opt->name, optopt, mainopt->source);
651 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
792 mainopt->source = option_source;
793 mainopt
[all...]

Completed in 95 milliseconds