Home
last modified time | relevance | path

Searched refs:extra_options (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dauth.c154 static struct wordlist *extra_options; variable
817 if (extra_options) {
818 options_from_list(extra_options, 1);
819 free_wordlist(extra_options);
820 extra_options = 0;
2043 if (extra_options != NULL)
2044 free_wordlist(extra_options);
2045 extra_options = opts;
Doptions.c179 static struct option_list *extra_options = NULL; variable
602 for (list = extra_options; list != NULL; list = list->next)
849 list->next = extra_options;
850 extra_options = list;
1001 for (list = extra_options; list != NULL; list = list->next)