HomeSort by relevance Sort by last modified time
    Searched refs:DICT_ATTR (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/plugins/radius/
dict.c 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
    [all...]
radiusclient.h 302 typedef struct dict_attr struct
308 struct dict_attr *next;
309 } DICT_ATTR;
323 DICT_ATTR *attributes;
430 DICT_ATTR *rc_dict_getattr __P((int, int));
431 DICT_ATTR *rc_dict_findattr __P((char *));
avpair.c 113 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 76 milliseconds