Searched defs:extra_options (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Doptions.c191 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
628 for (list = extra_options; list != NULL; list = list->next)
886 list->next = extra_options;
887 extra_options = list;
1035 for (list = extra_options; list != NULL; list = list->next)
H A Dauth.c149 static struct wordlist *extra_options; variable in typeref:struct:wordlist
842 if (extra_options) {
843 options_from_list(extra_options, 1);
844 free_wordlist(extra_options);
845 extra_options = 0;
1832 * and leaves the following words in extra_options.
1853 if (extra_options != NULL)
1854 free_wordlist(extra_options);
1855 extra_options = opts;

Completed in 262 milliseconds