Home
last modified time | relevance | path

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

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