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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c104 static struct wordlist *extra_options; variable in typeref:struct:wordlist
533 if (extra_options) {
534 options_from_list(extra_options, 1);
535 free_wordlist(extra_options);
536 extra_options = 0;
1459 * and leaves the following words in extra_options.
1480 if (extra_options != NULL)
1481 free_wordlist(extra_options);
1482 extra_options = opts;
H A Doptions.c139 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
547 for (list = extra_options; list != NULL; list = list->next)
787 list->next = extra_options;
788 extra_options = list;
954 for (list = extra_options; list != NULL; list = list->next)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c189 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
620 for (list = extra_options; list != NULL; list = list->next)
867 list->next = extra_options;
868 extra_options = list;
1019 for (list = extra_options; list != NULL; list = list->next)
H A Dauth.c160 static struct wordlist *extra_options; variable in typeref:struct:wordlist
844 if (extra_options) {
845 options_from_list(extra_options, 1);
846 free_wordlist(extra_options);
847 extra_options = 0;
2055 * and leaves the following words in extra_options.
2076 if (extra_options != NULL)
2077 free_wordlist(extra_options);
2078 extra_options = opts;

Completed in 87 milliseconds