networkclient
|
Functions for name to number, and number to name mappings. More...
#include <networkradius-devel/client.h>
Functions | |
const DICT_ATTR * | nr_dict_attr_byvalue (unsigned int attr, unsigned int vendor) |
const DICT_ATTR * | nr_dict_attr_byname (const char *name) |
int | nr_dict_attr_2struct (DICT_ATTR *da, unsigned int attr, unsigned int vendor, char *buffer, size_t bufsize) |
const DICT_VALUE * | nr_dict_value_byattr (UNUSED unsigned int attr, UNUSED unsigned int vendor, UNUSED int value) |
const DICT_VALUE * | nr_dict_value_byname (UNUSED unsigned int attr, UNUSED unsigned int vendor, UNUSED const char *name) |
int | nr_dict_vendor_byname (const char *name) |
const DICT_VENDOR * | nr_dict_vendor_byvalue (unsigned int vendor) |
Functions for name to number, and number to name mappings.
const DICT_VALUE* nr_dict_value_byattr | ( | UNUSED unsigned int | attr, |
UNUSED unsigned int | vendor, | ||
UNUSED int | value | ||
) |
const DICT_VALUE* nr_dict_value_byname | ( | UNUSED unsigned int | attr, |
UNUSED unsigned int | vendor, | ||
UNUSED const char * | name | ||
) |