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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c652 option_t *mainopt = opt; local
657 while (mainopt->flags & OPT_PRIOSUB)
658 --mainopt;
659 if (mainopt->flags & OPT_PRIO) {
660 if (prio < mainopt->priority) {
662 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
664 opt->name, optopt, mainopt->source);
669 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
810 mainopt->source = option_source;
811 mainopt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c579 option_t *mainopt = opt; local
583 while (mainopt->flags & OPT_PRIOSUB)
584 --mainopt;
585 if (mainopt->flags & OPT_PRIO) {
586 if (prio < mainopt->priority) {
588 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
590 opt->name, optopt, mainopt->source);
595 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
730 mainopt->source = option_source;
731 mainopt
[all...]

Completed in 176 milliseconds