#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | radius_proxy_authorize_1 (struct sip_msg *_msg, char *_realm, char *_s2) |
| int | radius_proxy_authorize_2 (struct sip_msg *_msg, char *_realm, char *_from) |
| int | radius_www_authorize (struct sip_msg *_msg, char *_realm, char *_s2) |
| int radius_proxy_authorize_1 | ( | struct sip_msg * | _msg, | |
| char * | _realm, | |||
| char * | _s2 | |||
| ) |
Definition at line 153 of file auth_radius/authorize.c.
References authorize(), and HDR_PROXYAUTH_T.
| int radius_proxy_authorize_2 | ( | struct sip_msg * | _msg, | |
| char * | _realm, | |||
| char * | _from | |||
| ) |
Definition at line 164 of file auth_radius/authorize.c.
References authorize(), and HDR_PROXYAUTH_T.
| int radius_www_authorize | ( | struct sip_msg * | _msg, | |
| char * | _realm, | |||
| char * | _s2 | |||
| ) |
Definition at line 175 of file auth_radius/authorize.c.
References authorize(), and HDR_AUTHORIZATION_T.
1.5.6