#include "../../parser/msg_parser.h"#include "../sl/sl_api.h"#include "defs.h"


Go to the source code of this file.
Defines | |
| #define | M_NAME "auth_diameter" |
Variables | |
| char * | diameter_client_host |
| int | diameter_client_port |
| rd_buf_t * | rb |
| struct sl_binds | slb |
| int | sockfd |
| int | use_domain |
| #define M_NAME "auth_diameter" |
Definition at line 36 of file auth_diameter.h.
| char* diameter_client_host |
Definition at line 69 of file auth_diameter.c.
Referenced by child_init(), diameter_authorize(), diameter_is_user_in(), and mod_child_init().
Definition at line 70 of file auth_diameter.c.
Referenced by child_init(), diameter_authorize(), diameter_is_user_in(), and mod_child_init().
Definition at line 73 of file auth_diameter.c.
Referenced by _reply_light(), authorize(), diameter_is_user_in(), and extract_allowed_headers().
SL binds
Definition at line 88 of file auth_mod.c.
| int sockfd |
Definition at line 44 of file auth_diameter.h.
Referenced by child_init(), destroy(), diameter_authorize(), diameter_is_user_in(), init_mytcp(), internal_fork(), and mod_child_init().
| int use_domain |
Use domain in is_user_in
Definition at line 45 of file auth_diameter.h.
1.5.6