networkclient
|
Functions to manipulate C structure versions of RADIUS attributes. More...
#include <networkradius-devel/client.h>
Functions | |
void | nr_vp_free (VALUE_PAIR **head) |
VALUE_PAIR * | nr_vp_init (VALUE_PAIR *vp, const DICT_ATTR *da) |
VALUE_PAIR * | nr_vp_alloc (const DICT_ATTR *da) |
VALUE_PAIR * | nr_vp_alloc_raw (unsigned int attr, unsigned int vendor) |
int | nr_vp_set_data (VALUE_PAIR *vp, const void *data, size_t sizeof_data) |
int | nr_vp_set_raw_data (VALUE_PAIR *vp, const void *data, size_t sizeof_data) |
VALUE_PAIR * | nr_vp_create (int attr, int vendor, const void *data, size_t data_len) |
void | nr_vps_append (VALUE_PAIR **head, VALUE_PAIR *tail) |
VALUE_PAIR * | nr_vps_find (VALUE_PAIR *head, unsigned int attr, unsigned int vendor) |
Functions to manipulate C structure versions of RADIUS attributes.