networkclient
value_pair Struct Reference

#include <client.h>

Collaboration diagram for value_pair:

Data Fields

const DICT_ATTRda
 
size_t length
 
int tag
 
struct value_pairnext
 
VALUE_PAIR_DATA data
 

Detailed Description

C structure version of a RADIUS attribute.

The library APIs use this structure to avoid depending on the details of the protocol.

Field Documentation

VALUE_PAIR_DATA value_pair::data

the data of the attribute

size_t value_pair::length
struct value_pair* value_pair::next

enables a linked list of values

Referenced by nr_packet_decode(), nr_vp2attr(), nr_vp2rfc(), nr_vp2vsa(), nr_vp_fprintf_list(), nr_vp_free(), and nr_vps_find().

int value_pair::tag

tag value if da->flags.has_tag


The documentation for this struct was generated from the following file: