HomeSort by relevance Sort by last modified time
    Searched refs:extra_options (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
options.c 179 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
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)
    [all...]
auth.c 154 static struct wordlist *extra_options; variable in typeref:struct:wordlist
817 if (extra_options) {
818 options_from_list(extra_options, 1);
819 free_wordlist(extra_options);
820 extra_options = 0;
    [all...]

Completed in 677 milliseconds