Home
last modified time | relevance | path

Searched refs:DICT_ATTR (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
Ddict.c22 static DICT_ATTR *dictionary_attributes = NULL;
46 DICT_ATTR *attr; in rc_read_dictionary()
183 (DICT_ATTR *) malloc (sizeof (DICT_ATTR))) in rc_read_dictionary()
184 == (DICT_ATTR *) NULL) in rc_read_dictionary()
295 DICT_ATTR *rc_dict_getattr (int attribute, int vendor) in rc_dict_getattr()
297 DICT_ATTR *attr; in rc_dict_getattr()
302 while (attr != (DICT_ATTR *) NULL) { in rc_dict_getattr()
332 DICT_ATTR *rc_dict_findattr (char *attrname) in rc_dict_findattr()
334 DICT_ATTR *attr; in rc_dict_findattr()
338 while (attr != (DICT_ATTR *) NULL) in rc_dict_findattr()
[all …]
Davpair.c113 DICT_ATTR *pda; in rc_avpair_new()
115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL) in rc_avpair_new()
161 DICT_ATTR *attr; in rc_avpair_gen()
192 if ((attr = rc_dict_getattr (attribute, VENDOR_NONE)) == (DICT_ATTR *) NULL) in rc_avpair_gen()
269 DICT_ATTR *attr; in rc_extract_vendor_specific_attributes()
527 DICT_ATTR *attr = NULL; in rc_avpair_parse()
548 rc_dict_findattr (attrstr)) == (DICT_ATTR *) NULL) in rc_avpair_parse()
Dradiusclient.h309 } DICT_ATTR; typedef
323 DICT_ATTR *attributes;
430 DICT_ATTR *rc_dict_getattr __P((int, int));
431 DICT_ATTR *rc_dict_findattr __P((char *));