
Go to the source code of this file.
Functions | |
| int | radius_does_uri_exist_0 (struct sip_msg *_m, char *_s1, char *_s2) |
| int | radius_does_uri_exist_1 (struct sip_msg *_m, char *_sp, char *_s2) |
| int | radius_does_uri_user_exist_0 (struct sip_msg *_m, char *_s1, char *_s2) |
| int | radius_does_uri_user_exist_1 (struct sip_msg *_m, char *_sp, char *_s2) |
| int | radius_is_user_in (struct sip_msg *_m, char *_user, char *_group) |
| int | radius_load_callee_avps (struct sip_msg *_m, char *_callee, char *_s2) |
| int | radius_load_caller_avps (struct sip_msg *_m, char *_caller, char *_s2) |
| int radius_does_uri_exist_0 | ( | struct sip_msg * | _m, | |
| char * | _s1, | |||
| char * | _s2 | |||
| ) |
Definition at line 534 of file misc_radius/functions.c.
References sip_uri::host, LM_ERR, parse_sip_msg_uri(), sip_msg::parsed_uri, radius_does_uri_user_host_exist(), and sip_uri::user.
| int radius_does_uri_exist_1 | ( | struct sip_msg * | _m, | |
| char * | _sp, | |||
| char * | _s2 | |||
| ) |
Definition at line 551 of file misc_radius/functions.c.
References _pv_value::flags, sip_uri::host, _str::len, LM_ERR, NULL, parse_uri(), pv_get_spec_value(), PV_VAL_STR, radius_does_uri_user_host_exist(), _pv_value::rs, _str::s, and sip_uri::user.
| int radius_does_uri_user_exist_0 | ( | struct sip_msg * | _m, | |
| char * | _s1, | |||
| char * | _s2 | |||
| ) |
Definition at line 662 of file misc_radius/functions.c.
References LM_ERR, parse_sip_msg_uri(), sip_msg::parsed_uri, radius_does_uri_user_exist(), and sip_uri::user.
| int radius_does_uri_user_exist_1 | ( | struct sip_msg * | _m, | |
| char * | _sp, | |||
| char * | _s2 | |||
| ) |
Definition at line 679 of file misc_radius/functions.c.
References _pv_value::flags, _str::len, LM_ERR, NULL, pv_get_spec_value(), PV_VAL_STR, radius_does_uri_user_exist(), _pv_value::rs, and _str::s.
| int radius_is_user_in | ( | struct sip_msg * | _m, | |
| char * | _user, | |||
| char * | _group | |||
| ) |
Definition at line 327 of file misc_radius/functions.c.
References ADD_EXTRA_AVPAIR, extra2strar(), fixup_get_svalue(), generate_avps(), group, group_attrs, group_extra, group_vals, GV_GROUP_CHECK, len, _str::len, LM_DBG, LM_ERR, NULL, rh, s, _str::s, SA_SERVICE_TYPE, SA_SIP_GROUP, SA_STATIC_MAX, SA_USER_NAME, service, user, and val::v.
| int radius_load_callee_avps | ( | struct sip_msg * | _m, | |
| char * | _callee, | |||
| char * | _s2 | |||
| ) |
Definition at line 244 of file misc_radius/functions.c.
References ADD_EXTRA_AVPAIR, callee_attrs, callee_extra, callee_vals, EV_SIP_CALLEE_AVPS, extra2strar(), fixup_get_svalue(), generate_avps(), len, _str::len, LM_DBG, LM_ERR, NULL, rh, s, _str::s, SA_SERVICE_TYPE, SA_STATIC_MAX, SA_USER_NAME, service, user, and val::v.
| int radius_load_caller_avps | ( | struct sip_msg * | _m, | |
| char * | _caller, | |||
| char * | _s2 | |||
| ) |
Definition at line 163 of file misc_radius/functions.c.
References ADD_EXTRA_AVPAIR, caller_attrs, caller_extra, caller_vals, extra2strar(), fixup_get_svalue(), generate_avps(), len, _str::len, LM_DBG, LM_ERR, NULL, rh, RV_SIP_CALLER_AVPS, s, _str::s, SA_SERVICE_TYPE, SA_STATIC_MAX, SA_USER_NAME, service, user, and val::v.
1.5.6