Home | Sort by relevance Sort by last modified time |
/external/ppp/pppd/ | |
options.c | 191 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) [all...] |
auth.c | 149 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; [all...] |
/external/webrtc/webrtc/ | |
common_types.h | 713 Config* extra_options; member in struct:webrtc::VideoCodec |