Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <radius_pdu.h>
Data Fields | |
int | type |
const char * | type_name |
Dict * | attr |
union { | |
} | u |
Definition at line 90 of file radius_pdu.h.
Dict* RADIUS_PDU::attr |
Definition at line 93 of file radius_pdu.h.
Referenced by radius_get_attribute(), update_table(), and update_tables().
int RADIUS_PDU::type |
Definition at line 91 of file radius_pdu.h.
Referenced by radius_authenticate_pdu(), radius_pdu_create(), radius_pdu_destroy(), radius_pdu_pack(), update_table(), and update_tables().
const char* RADIUS_PDU::type_name |
Definition at line 92 of file radius_pdu.h.
Referenced by proxy_thread(), and server().
union { ... } RADIUS_PDU::u |
Referenced by main(), proxy_thread(), radius_authenticate_pdu(), and server().