Data Fields | |
char | cacerts [MAX_CERTS][OSP_MAX] |
int | cacount |
int | dead |
OSPTPROVHANDLE | handle |
char | localcert [OSP_MAX] |
char | localpvtkey [OSP_MAX] |
int | maxconnections |
char | name [OSP_MAX] |
osp_provider * | next |
int | retrydelay |
int | retrylimit |
char | servicepoints [MAX_SERVICEPOINTS][OSP_MAX] |
char | source [OSP_MAX] |
int | spcount |
int | timeout |
Definition at line 80 of file res_osp.c.
char cacerts[MAX_CERTS][OSP_MAX] |
int cacount |
int dead |
OSPTPROVHANDLE handle |
Definition at line 94 of file res_osp.c.
Referenced by ast_osp_lookup(), ast_osp_validate(), osp_build(), and show_osp().
char localcert[OSP_MAX] |
char localpvtkey[OSP_MAX] |
int maxconnections |
char name[OSP_MAX] |
Definition at line 81 of file res_osp.c.
Referenced by ast_osp_lookup(), ast_osp_validate(), osp_build(), and show_osp().
struct osp_provider* next |
Definition at line 95 of file res_osp.c.
Referenced by ast_osp_lookup(), ast_osp_validate(), config_load(), osp_build(), and show_osp().
int retrydelay |
int retrylimit |
char servicepoints[MAX_SERVICEPOINTS][OSP_MAX] |
char source[OSP_MAX] |
Definition at line 87 of file res_osp.c.
Referenced by ast_osp_lookup(), ast_osp_validate(), osp_build(), and show_osp().
int spcount |
int timeout |