Searched refs:proto_version (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h591 uint8_t proto_version; member in struct:_AUTH_MSG_HDR
625 uint8_t proto_version; member in struct:_DHCHAP_REPLY_HDR
682 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_1
697 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_2
714 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT
731 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_NULL
741 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_NULL_1
754 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_NULL_2
772 uint8_t proto_version; member in struct:_AUTH_RJT
786 uint8_t proto_version; member in struct:_DHCHAP_SUCCESS_HDR
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c88 tok.ver.verno = cntx->proto_version;
168 if (tok.ver.verno != cntx->proto_version ||
249 tok.ver.verno = cntx->proto_version;
359 if (tok.ver.verno != cntx->proto_version ||
H A Dcontext_establish.c168 token.ver.verno = ctx->proto_version;
489 g_cntx->proto_version = token.ver.verno;
609 token.ver.verno = cntx->proto_version;
690 dh_gss_ctx->proto_version = DH_PROTO_VERSION;
831 if (tok.ver.verno != dh_gss_ctx->proto_version) {
H A Ddh_gssapi.h160 int proto_version; /* DH protocol version */ member in struct:dh_gss_context_desc
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c62 unsigned int proto_version; local
124 proto_version = (ntp->li_vn_mode & VERSIONMASK) >> 3;
142 "Version = %lu", proto_version); local
207 if (proto_version > 3 ||
241 "Version = %lu", proto_version); local
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c1232 ap->proto_version = 0x01;
1399 ap->proto_version = 0x01;
1639 ap1->proto_version = 0x01;
1647 ap2->proto_version = 0x01;
1657 null_ap1->proto_version = 0x01;
1666 null_ap2->proto_version = 0x01;
2233 chal->cnul.msg_hdr.proto_version = 0x01;
2602 ap->proto_version = 0x01;

Completed in 182 milliseconds