Data Fields | |
enum osp_authpolicy | authpolicy |
char | cacerts [OSP_MAX_CERTS][OSP_SIZE_NORSTR] |
unsigned int | canum |
const char * | defprotocol |
OSPTPROVHANDLE | handle |
char | localcert [OSP_SIZE_NORSTR] |
unsigned int | maxconnect |
char | name [OSP_SIZE_NORSTR] |
osp_provider * | next |
char | privatekey [OSP_SIZE_NORSTR] |
unsigned int | retrydelay |
unsigned int | retrylimit |
char | source [OSP_SIZE_NORSTR] |
unsigned int | spnum |
char | spoints [OSP_MAX_SPOINTS][OSP_SIZE_NORSTR] |
enum osp_srvtype | srvtype |
unsigned int | timeout |
enum osp_workmode | workmode |
Definition at line 520 of file app_osplookup.c.
enum osp_authpolicy authpolicy |
Definition at line 534 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_auth().
char cacerts[OSP_MAX_CERTS][OSP_SIZE_NORSTR] |
Definition at line 526 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int canum |
const char* defprotocol |
OSPTPROVHANDLE handle |
Definition at line 521 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), and osp_unload().
char localcert[OSP_SIZE_NORSTR] |
Definition at line 524 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int maxconnect |
char name[OSP_SIZE_NORSTR] |
Definition at line 522 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 538 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), osp_get_provider(), and osp_unload().
char privatekey[OSP_SIZE_NORSTR] |
Definition at line 523 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), and osp_create_provider().
unsigned int retrydelay |
unsigned int retrylimit |
char source[OSP_SIZE_NORSTR] |
Definition at line 533 of file app_osplookup.c.
Referenced by handle_cli_osp_show(), osp_create_transaction(), and osp_lookup().
unsigned int spnum |
char spoints[OSP_MAX_SPOINTS][OSP_SIZE_NORSTR] |
enum osp_srvtype srvtype |
unsigned int timeout |
enum osp_workmode workmode |