
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] |
| 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 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(), osp_auth(), and osp_create_provider().
| char cacerts[OSP_MAX_CERTS][OSP_NORSTR_SIZE] |
Definition at line 130 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| unsigned int cacount |
Definition at line 129 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| char* defaultprotocol |
Definition at line 139 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_check_destination(), and osp_create_provider().
| OSPTPROVHANDLE handle |
Definition at line 140 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_provider(), osp_create_transaction(), and osp_unload().
| char localcert[OSP_NORSTR_SIZE] |
Definition at line 128 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| int maxconnections |
Definition at line 133 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| char name[OSP_NORSTR_SIZE] |
Definition at line 126 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_provider(), 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_provider(), osp_create_transaction(), osp_get_provider(), and osp_unload().
| char privatekey[OSP_NORSTR_SIZE] |
Definition at line 127 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| int retrydelay |
Definition at line 134 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| int retrylimit |
Definition at line 135 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| char source[OSP_NORSTR_SIZE] |
Definition at line 137 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_provider(), osp_create_transaction(), and osp_lookup().
| unsigned int spcount |
Definition at line 131 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| char srvpoints[OSP_MAX_SRVS][OSP_NORSTR_SIZE] |
Definition at line 132 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
| int timeout |
Definition at line 136 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().