
Go to the source code of this file.
Enumerations | |
| enum | { SA_SERVICE_TYPE = 0, SA_USER_NAME, SA_SIP_AVP, SA_SIP_GROUP, SA_SIP_URI_HOST, SA_STATIC_MAX } |
| enum | { RV_SIP_CALLER_AVPS = 0, RV_STATIC_MAX } |
| enum | { EV_SIP_CALLEE_AVPS = 0, EV_STATIC_MAX } |
| enum | { GV_GROUP_CHECK = 0, GV_STATIC_MAX } |
| enum | { UV_CALL_CHECK = 0, UV_STATIC_MAX } |
Variables | |
| struct attr | callee_attrs [] |
| struct extra_attr * | callee_extra |
| struct val | callee_vals [] |
| struct attr | caller_attrs [] |
| struct extra_attr * | caller_extra |
| struct val | caller_vals [] |
| struct attr | group_attrs [] |
| struct extra_attr * | group_extra |
| struct val | group_vals [] |
| void * | rh |
| struct attr | uri_attrs [] |
| struct extra_attr * | uri_extra |
| struct val | uri_vals [] |
| int | use_sip_uri_host |
| anonymous enum |
Definition at line 28 of file misc_radius.h.
| anonymous enum |
| anonymous enum |
| anonymous enum |
| anonymous enum |
| struct attr callee_attrs[] |
Definition at line 73 of file misc_radius.c.
Referenced by mod_init(), and radius_load_callee_avps().
| struct extra_attr* callee_extra |
| struct val callee_vals[] |
Definition at line 77 of file misc_radius.c.
Referenced by mod_init(), and radius_load_callee_avps().
| struct attr caller_attrs[] |
Definition at line 72 of file misc_radius.c.
Referenced by mod_init(), and radius_load_caller_avps().
| struct extra_attr* caller_extra |
| struct val caller_vals[] |
Definition at line 76 of file misc_radius.c.
Referenced by mod_init(), and radius_load_caller_avps().
| struct attr group_attrs[] |
| struct extra_attr* group_extra |
| struct val group_vals[] |
| void* rh |
Definition at line 53 of file authrad_mod.c.
Definition at line 75 of file misc_radius.c.
Referenced by mod_init(), radius_does_uri_user_exist(), and radius_does_uri_user_host_exist().
| struct extra_attr* uri_extra |
Definition at line 70 of file misc_radius.c.
Referenced by radius_does_uri_user_exist(), and radius_does_uri_user_host_exist().
Definition at line 79 of file misc_radius.c.
Referenced by mod_init(), radius_does_uri_user_exist(), and radius_does_uri_user_host_exist().
| int use_sip_uri_host |
1.5.6