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

  /external/ppp/pppd/plugins/radius/
dict.c 22 static DICT_ATTR *dictionary_attributes = NULL; variable
30 * the dictionary_attributes list. Read all VALUES into
204 attr->next = dictionary_attributes;
205 dictionary_attributes = attr;
301 attr = dictionary_attributes;
337 attr = dictionary_attributes;

Completed in 35 milliseconds