#include <stdio.h>#include <osp/osp.h>#include "../../usr_avp.h"#include "osp_mod.h"

Go to the source code of this file.
Variables | |
| char | _osp_CA_CERTIFICATE [OSP_KEYBUF_SIZE] |
| unsigned char * | _osp_ca_certificate = NULL |
| int | _osp_crypto_hw = OSP_DEF_HW |
| char * | _osp_device_ip = NULL |
| char * | _osp_device_port = NULL |
| char | _osp_LOCAL_CERTIFICATE [OSP_KEYBUF_SIZE] |
| unsigned char * | _osp_local_certificate = NULL |
| int | _osp_max_dests = OSP_DEF_DESTS |
| int | _osp_persistence = OSP_DEF_PERSISTENCE |
| char | _osp_PRIVATE_KEY [OSP_KEYBUF_SIZE] |
| unsigned char * | _osp_private_key = NULL |
| OSPTPROVHANDLE | _osp_provider = -1 |
| int | _osp_redir_uri = OSP_DEF_REDIRURI |
| int | _osp_retry_delay = OSP_DEF_DELAY |
| int | _osp_retry_limit = OSP_DEF_RETRY |
| char * | _osp_snid_avp = OSP_DEF_SNIDAVP |
| int_str | _osp_snid_avpname |
| unsigned short | _osp_snid_avptype |
| unsigned int | _osp_sp_number |
| char * | _osp_sp_uris [OSP_DEF_SPS] |
| unsigned long | _osp_sp_weights [OSP_DEF_SPS] |
| int | _osp_ssl_lifetime = OSP_DEF_SSLLIFE |
| int | _osp_timeout = OSP_DEF_TIMEOUT |
| int | _osp_token_format = OSP_DEF_TOKEN |
| int | _osp_use_rpid = OSP_DEF_USERPID |
| int | _osp_validate_callid = OSP_DEF_CALLID |
| char _osp_CA_CERTIFICATE[OSP_KEYBUF_SIZE] |
| unsigned char* _osp_ca_certificate = NULL |
Definition at line 48 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| int _osp_crypto_hw = OSP_DEF_HW |
| char* _osp_device_ip = NULL |
Definition at line 44 of file globals.c.
Referenced by ospDumpParameters(), ospReportUsageFromCookie(), ospRequestRouting(), ospValidateHeader(), and ospVerifyParameters().
| char* _osp_device_port = NULL |
Definition at line 45 of file globals.c.
Referenced by ospDumpParameters(), ospRequestRouting(), and ospVerifyParameters().
| char _osp_LOCAL_CERTIFICATE[OSP_KEYBUF_SIZE] |
| unsigned char* _osp_local_certificate = NULL |
Definition at line 47 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| int _osp_max_dests = OSP_DEF_DESTS |
Definition at line 57 of file globals.c.
Referenced by ospDumpParameters(), ospRequestRouting(), and ospVerifyParameters().
| int _osp_persistence = OSP_DEF_PERSISTENCE |
| char _osp_PRIVATE_KEY[OSP_KEYBUF_SIZE] |
| unsigned char* _osp_private_key = NULL |
Definition at line 46 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| OSPTPROVHANDLE _osp_provider = -1 |
Definition at line 67 of file globals.c.
Referenced by ospDeleteProvider(), ospInitChild(), ospReportOrigSetupUsage(), ospReportTermSetupUsage(), ospReportUsageFromCookie(), ospRequestRouting(), ospSetupProvider(), and ospValidateHeader().
| int _osp_redir_uri = OSP_DEF_REDIRURI |
Definition at line 59 of file globals.c.
Referenced by ospDumpParameters(), and ospPrepareAllRoutes().
| int _osp_retry_delay = OSP_DEF_DELAY |
| int _osp_retry_limit = OSP_DEF_RETRY |
| char* _osp_snid_avp = OSP_DEF_SNIDAVP |
| unsigned short _osp_snid_avptype |
Definition at line 65 of file globals.c.
Referenced by ospDumpParameters(), ospRequestRouting(), and ospVerifyParameters().
| unsigned int _osp_sp_number |
Definition at line 36 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| char* _osp_sp_uris[OSP_DEF_SPS] |
Definition at line 37 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| unsigned long _osp_sp_weights[OSP_DEF_SPS] |
Definition at line 38 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| int _osp_ssl_lifetime = OSP_DEF_SSLLIFE |
| int _osp_timeout = OSP_DEF_TIMEOUT |
| int _osp_token_format = OSP_DEF_TOKEN |
Definition at line 51 of file globals.c.
Referenced by ospDumpParameters(), ospValidateHeader(), and ospVerifyParameters().
| int _osp_use_rpid = OSP_DEF_USERPID |
Definition at line 58 of file globals.c.
Referenced by ospDumpParameters(), and ospGetRpidUserpart().
| int _osp_validate_callid = OSP_DEF_CALLID |
Definition at line 50 of file globals.c.
Referenced by ospDumpParameters(), and ospValidateHeader().
1.5.6