#include <osp/osp.h>#include "../rr/api.h"#include "../auth/api.h"#include "osp_mod.h"#include "orig_transaction.h"#include "term_transaction.h"#include "usage.h"#include "tm.h"#include "provider.h"

Go to the source code of this file.
| static void ospDumpParameters | ( | void | ) | [static] |
Definition at line 312 of file osp_mod.c.
References _osp_ca_certificate, _osp_crypto_hw, _osp_device_ip, _osp_device_port, _osp_local_certificate, _osp_max_dests, _osp_persistence, _osp_private_key, _osp_redir_uri, _osp_retry_delay, _osp_retry_limit, _osp_snid_avptype, _osp_sp_number, _osp_sp_uris, _osp_sp_weights, _osp_ssl_lifetime, _osp_timeout, _osp_token_format, _osp_use_rpid, _osp_validate_callid, AVP_NAME_STR, _str::len, LM_INFO, int_str::n, osp_index, _str::s, and int_str::s.
Referenced by ospVerifyParameters().
| static int ospInitChild | ( | int | rank | ) | [static] |
| static int ospInitMod | ( | void | ) | [static] |
Definition at line 168 of file osp_mod.c.
References bind_auth(), find_export(), LM_WARN, load_rr_api(), NULL, osp_rr, ospInitTm(), and ospVerifyParameters().
| static int ospVerifyParameters | ( | void | ) | [static] |
Definition at line 228 of file osp_mod.c.
References _osp_CA_CERTIFICATE, _osp_ca_certificate, _osp_device_ip, _osp_device_port, _osp_LOCAL_CERTIFICATE, _osp_local_certificate, _osp_max_dests, _osp_PRIVATE_KEY, _osp_private_key, _osp_snid_avp, _osp_snid_avptype, _osp_sp_number, _osp_sp_uris, _osp_sp_weights, _osp_token_format, CFG_DIR, _str::len, LM_ERR, LM_WARN, int_str::n, NULL, OSP_DEF_DESTS, OSP_DEF_SPS, OSP_DEF_TOKEN, OSP_DEF_WEIGHT, osp_index, ospDumpParameters(), pv_get_avp_name(), pv_parse_spec(), _pv_spec::pvp, PVT_AVP, _str::s, and _pv_spec::type.
Referenced by ospInitMod().
| char _osp_CA_CERTIFICATE[] |
| unsigned char* _osp_ca_certificate |
| int _osp_crypto_hw |
| char* _osp_device_ip |
| char* _osp_device_port |
Definition at line 45 of file globals.c.
Referenced by ospDumpParameters(), ospRequestRouting(), and ospVerifyParameters().
| char _osp_LOCAL_CERTIFICATE[] |
| unsigned char* _osp_local_certificate |
| int _osp_max_dests |
Definition at line 57 of file globals.c.
Referenced by ospDumpParameters(), ospRequestRouting(), and ospVerifyParameters().
| int _osp_persistence |
| char _osp_PRIVATE_KEY[] |
| unsigned char* _osp_private_key |
| OSPTPROVHANDLE _osp_provider |
| int _osp_redir_uri |
Definition at line 59 of file globals.c.
Referenced by ospDumpParameters(), and ospPrepareAllRoutes().
| int _osp_retry_delay |
| int _osp_retry_limit |
| char* _osp_snid_avp |
| unsigned short _osp_snid_avptype |
Definition at line 65 of file globals.c.
Referenced by ospDumpParameters(), ospRequestRouting(), and ospVerifyParameters().
| MODULE_VERSION unsigned int _osp_sp_number |
| char* _osp_sp_uris[] |
| unsigned long _osp_sp_weights[] |
| int _osp_timeout |
| int _osp_use_rpid |
cmd_export_t cmds[] [static] |
| struct module_exports exports |
| int osp_index[OSP_DEF_SPS] |
Definition at line 76 of file osp_mod.c.
Referenced by ospDumpParameters(), and ospVerifyParameters().
param_export_t params[] [static] |
1.5.6