Data Fields | |
enum osp_authpolicy | authpolicy |
char | cacerts [OSP_MAX_CERTS][OSP_NORSTR_SIZE] |
unsigned int | cacount |
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 100 of file app_osplookup.c.
enum osp_authpolicy authpolicy |
char cacerts[OSP_MAX_CERTS][OSP_NORSTR_SIZE] |
unsigned int cacount |
OSPTPROVHANDLE handle |
Definition at line 114 of file app_osplookup.c.
Referenced by osp_create_transaction(), osp_show(), and osp_unload().
char localcert[OSP_NORSTR_SIZE] |
int maxconnections |
char name[OSP_NORSTR_SIZE] |
Definition at line 101 of file app_osplookup.c.
Referenced by osp_create_transaction(), osp_get_policy(), and osp_show().
struct osp_provider* next |
Definition at line 115 of file app_osplookup.c.
Referenced by osp_create_transaction(), osp_get_policy(), osp_show(), and osp_unload().
char privatekey[OSP_NORSTR_SIZE] |
int retrydelay |
int retrylimit |
char source[OSP_NORSTR_SIZE] |
Definition at line 112 of file app_osplookup.c.
Referenced by osp_create_transaction(), and osp_show().
unsigned int spcount |
char srvpoints[OSP_MAX_SRVS][OSP_NORSTR_SIZE] |
int timeout |