Home | History | Annotate | Download | only in radius

Lines Matching refs:DICT_ATTR

22 static DICT_ATTR *dictionary_attributes = NULL;
46 DICT_ATTR *attr;
183 (DICT_ATTR *) malloc (sizeof (DICT_ATTR)))
184 == (DICT_ATTR *) NULL)
295 DICT_ATTR *rc_dict_getattr (int attribute, int vendor)
297 DICT_ATTR *attr;
302 while (attr != (DICT_ATTR *) NULL) {
332 DICT_ATTR *rc_dict_findattr (char *attrname)
334 DICT_ATTR *attr;
338 while (attr != (DICT_ATTR *) NULL)
359 return ((DICT_ATTR *) NULL);