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

/external/ppp/pppd/plugins/radius/
H A Ddict.c22 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 *att
[all...]
H A Dradiusclient.h309 } DICT_ATTR; typedef in typeref:struct:dict_attr
323 DICT_ATTR *attributes;
430 DICT_ATTR *rc_dict_getattr __P((int, int));
431 DICT_ATTR *rc_dict_findattr __P((char *));
H A Davpair.c113 DICT_ATTR *pda;
115 if ((pda = rc_dict_getattr (attrid, vendorcode)) == (DICT_ATTR *) NULL)
161 DICT_ATTR *attr;
192 if ((attr = rc_dict_getattr (attribute, VENDOR_NONE)) == (DICT_ATTR *) NULL)
269 DICT_ATTR *attr;
527 DICT_ATTR *attr = NULL;
548 rc_dict_findattr (attrstr)) == (DICT_ATTR *) NULL)

Completed in 35 milliseconds