HomeSort by relevance Sort by last modified time
    Searched full:dictionary_values (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/radius/
dict.c 23 static DICT_VALUE *dictionary_values = NULL; variable
31 * the dictionary_values list. Construct VENDOR dictionaries
262 dval->next = dictionary_values;
263 dictionary_values = dval;
375 val = dictionary_values;
399 val = dictionary_values;

Completed in 349 milliseconds