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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h524 uint8_t proto_version; member in struct:_AUTH_MSG_HDR
558 uint8_t proto_version; member in struct:_DHCHAP_REPLY_HDR
615 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_1
630 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_2
647 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT
664 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_NULL
674 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_NULL_1
687 uint8_t proto_version; member in struct:_AUTH_MSG_NEGOT_NULL_2
705 uint8_t proto_version; member in struct:_AUTH_RJT
719 uint8_t proto_version; member in struct:_DHCHAP_SUCCESS_HDR
[all...]
/illumos-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
/illumos-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
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c1207 ap->proto_version = 0x01;
1374 ap->proto_version = 0x01;
1614 ap1->proto_version = 0x01;
1622 ap2->proto_version = 0x01;
1632 null_ap1->proto_version = 0x01;
1641 null_ap2->proto_version = 0x01;
2208 chal->cnul.msg_hdr.proto_version = 0x01;
2577 ap->proto_version = 0x01;

Completed in 102 milliseconds