DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
radius_packet Struct Reference

Radius Packet. More...

Data Fields

unsigned char code
 Radius packet code. More...
 
unsigned char id
 Packet ID. More...
 
unsigned short len
 Packet length. More...
 
unsigned char token [RAD_AUTH_TOKEN_LEN]
 Authentification token. More...
 
unsigned char attrs [RAD_AUTH_PACKET_LEN-RAD_AUTH_HDR_LEN]
 Radius Attributes. More...
 

Detailed Description

Radius Packet.

Definition at line 45 of file radius.c.

Field Documentation

unsigned char radius_packet::attrs[RAD_AUTH_PACKET_LEN-RAD_AUTH_HDR_LEN]

Radius Attributes.

Definition at line 56 of file radius.c.

Referenced by radius_attr_first(), and radius_attr_next().

unsigned char radius_packet::code

Radius packet code.

See Also
RADIUS_CODE.

Definition at line 48 of file radius.c.

Referenced by new_radpacket().

unsigned char radius_packet::id

Packet ID.

Definition at line 50 of file radius.c.

unsigned short radius_packet::len

Packet length.

Definition at line 52 of file radius.c.

Referenced by new_radpacket(), and radius_attr_next().

unsigned char radius_packet::token[RAD_AUTH_TOKEN_LEN]

Authentification token.

Definition at line 54 of file radius.c.

Referenced by new_radpacket().


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