
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] |
| struct 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 |
Definition at line 113 of file app_osplookup.c.
Referenced by osp_create_provider(), osp_get_policy(), and osp_show().
| char cacerts[OSP_MAX_CERTS][OSP_NORSTR_SIZE] |
Definition at line 105 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| unsigned int cacount |
Definition at line 104 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| OSPTPROVHANDLE handle |
Definition at line 114 of file app_osplookup.c.
Referenced by osp_create_provider(), osp_create_transaction(), osp_show(), and osp_unload().
| char localcert[OSP_NORSTR_SIZE] |
Definition at line 103 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| int maxconnections |
Definition at line 108 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| char name[OSP_NORSTR_SIZE] |
Definition at line 101 of file app_osplookup.c.
Referenced by osp_create_provider(), osp_create_transaction(), osp_get_policy(), and osp_show().
struct osp_provider* next [read] |
Definition at line 115 of file app_osplookup.c.
Referenced by osp_create_provider(), osp_create_transaction(), osp_get_policy(), osp_show(), and osp_unload().
| char privatekey[OSP_NORSTR_SIZE] |
Definition at line 102 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| int retrydelay |
Definition at line 109 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| int retrylimit |
Definition at line 110 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| char source[OSP_NORSTR_SIZE] |
Definition at line 112 of file app_osplookup.c.
Referenced by osp_create_provider(), osp_create_transaction(), and osp_show().
| unsigned int spcount |
Definition at line 106 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| char srvpoints[OSP_MAX_SRVS][OSP_NORSTR_SIZE] |
Definition at line 107 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
| int timeout |
Definition at line 111 of file app_osplookup.c.
Referenced by osp_create_provider(), and osp_show().
1.5.5