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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2742 DHCHAP_CHALL_NULL *ncval; local
2774 ncval = (DHCHAP_CHALL_NULL *)((uint8_t *)lp);
2776 if (ncval->msg_hdr.auth_els_code != ELS_CMD_AUTH_CODE) {
2779 ndlp->nlp_DID, ncval->msg_hdr.auth_els_code);
2786 if (ncval->msg_hdr.auth_msg_code == AUTH_REJECT) {
2839 if (ncval->msg_hdr.auth_msg_code != DHCHAP_CHALLENGE) {
2842 ndlp->nlp_DID, ncval->msg_hdr.auth_msg_code);
2848 tran_id = ncval->msg_hdr.tran_id;
2862 namelen = ncval->msg_hdr.name_len;
2869 bcopy((void *)&ncval
[all...]

Completed in 52 milliseconds