Data Fields | |
enum osp_authpolicy | authpolicy |
char | cacerts [OSP_MAX_CERTS][OSP_NORSTR_SIZE] |
unsigned int | cacount |
char * | defaultprotocol |
OSPTPROVHANDLE | handle |
char | localcert [OSP_NORSTR_SIZE] |
int | maxconnections |
char | name [OSP_NORSTR_SIZE] |
osp_provider * | next |
char | privatekey [OSP_NORSTR_SIZE] |
int | retrydelay |
int | retrylimit |
char | source [OSP_NORSTR_SIZE] |
unsigned int | spcount |
char | srvpoints [OSP_MAX_SRVS][OSP_NORSTR_SIZE] |
int | timeout |
Definition at line 125 of file app_osplookup.c.
enum osp_authpolicy authpolicy |
Definition at line 138 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_auth().
char cacerts[OSP_MAX_CERTS][OSP_NORSTR_SIZE] |
unsigned int cacount |
char* defaultprotocol |
Definition at line 139 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_check_destination().
OSPTPROVHANDLE handle |
Definition at line 140 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), and osp_unload().
char localcert[OSP_NORSTR_SIZE] |
int maxconnections |
char name[OSP_NORSTR_SIZE] |
Definition at line 126 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), and osp_get_provider().
struct osp_provider* next |
Definition at line 141 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), osp_get_provider(), and osp_unload().
char privatekey[OSP_NORSTR_SIZE] |
int retrydelay |
int retrylimit |
char source[OSP_NORSTR_SIZE] |
Definition at line 137 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), and osp_lookup().
unsigned int spcount |
char srvpoints[OSP_MAX_SRVS][OSP_NORSTR_SIZE] |
int timeout |