Searched refs:max_version (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 439 int max_version, 743 int max_version, 819 int max_version, 879 int max_version,
|
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | external.c | 201 int max_version, in external_server_plug_init() argument 209 if (max_version != SASL_SERVER_PLUG_VERSION) { in external_server_plug_init() 440 int max_version, in external_client_plug_init() argument 448 if (max_version != SASL_CLIENT_PLUG_VERSION) { in external_client_plug_init()
|
H A D | saslint.h | 643 int max_version, 648 int max_version, 715 int max_version, 742 int max_version,
|
H A D | canonusr.c | 492 int max_version, argument 499 if(max_version < SASL_CANONUSER_PLUG_VERSION) return SASL_BADVERS;
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | iscsi_protocol.h | 472 uint8_t max_version; /* Max. version supported */ member 502 uint8_t max_version; /* Max. version supported */ member
|
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_login.c | 860 lh_resp->max_version = ISCSIT_MAX_VERSION; in login_sm_handle_initial_login() 869 MIN(lh_req->max_version, ISCSIT_MAX_VERSION); in login_sm_handle_initial_login() 871 ASSERT(ISCSIT_MAX_VERSION <= lh_req->max_version); in login_sm_handle_initial_login() 1855 (lh->max_version < ISCSIT_MIN_VERSION)) { in login_sm_req_pdu_check() 1870 (lh->max_version < lh_resp->active_version))) { in login_sm_req_pdu_check()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_login.c | 710 ilhp->max_version = ISCSI_DRAFT20_VERSION; in iscsi_make_login_pdu()
|