Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
void | radius_acct_init (CfgGroup *grp) |
void | radius_acct_shutdown (void) |
Octstr * | radius_acct_get_msisdn (Octstr *client_ip) |
Definition at line 363 of file radius_acct.c.
References dict_get(), mutex_lock, mutex_unlock, normalize_number(), octstr_duplicate, octstr_get_cstr, radius_mutex, radius_table, and unified_prefix.
Referenced by add_msisdn(), and start_fetch().
void radius_acct_init | ( | CfgGroup * | grp | ) |
Definition at line 384 of file radius_acct.c.
References cfg_get, cfg_get_integer(), client_table, dict_create(), gwthread_create, info(), mutex_create, octstr_create, octstr_destroy(), octstr_get_cstr, octstr_imm(), our_host, our_port, panic, proxy_thread(), radius_mutex, RADIUS_NAS_PORTS, radius_table, remote_host, remote_port, remote_timeout, secret_nas, secret_radius, session_table, and unified_prefix.
Referenced by init_wapbox().
void radius_acct_shutdown | ( | void | ) |
Definition at line 432 of file radius_acct.c.
References client_table, dict_destroy(), gwthread_join_every(), info(), mutex_destroy(), mutex_lock, mutex_unlock, octstr_destroy(), our_host, proxy_thread(), radius_mutex, radius_table, remote_host, run_thread, secret_nas, secret_radius, session_table, and unified_prefix.
Referenced by main().