radius_msg Struct Reference
List of all members.
Detailed Description
struct radius_msg - RADIUS message structure for new and parsed messages
Definition at line 27 of file radius.c.
Member Data Documentation
attr_pos - Array of indexes to attributes
The values are number of bytes from buf to the beginning of struct radius_attr_hdr.
Definition at line 39 of file radius.c.
attr_size - Total size of the attribute pointer array
Definition at line 44 of file radius.c.
attr_used - Total number of attributes in the array
Definition at line 49 of file radius.c.
buf - Allocated buffer for RADIUS message
Definition at line 26 of file radius.c.
hdr - Pointer to the RADIUS header in buf
Definition at line 31 of file radius.c.
The documentation for this struct was generated from the following file: