Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h561 } DHCHAP_REPLY_HDR; typedef
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2504 DHCHAP_REPLY_HDR *ap; in emlxs_issue_dhchap_reply()
2509 cmdsize = sizeof (DHCHAP_REPLY_HDR); in emlxs_issue_dhchap_reply()
2573 ap = (DHCHAP_REPLY_HDR *)pCmd; in emlxs_issue_dhchap_reply()
2578 ap->msg_len = LE_SWAP32(cmdsize - sizeof (DHCHAP_REPLY_HDR)); in emlxs_issue_dhchap_reply()
2581 pCmd = (uint8_t *)(pCmd + sizeof (DHCHAP_REPLY_HDR)); in emlxs_issue_dhchap_reply()
3698 DHCHAP_REPLY_HDR *dh_reply; in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
3723 dh_reply = (DHCHAP_REPLY_HDR *)((uint8_t *)lp); in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
3811 tmp += sizeof (DHCHAP_REPLY_HDR); in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()