Handle TargetAddress

This commit is contained in:
Michael Brown
2006-12-05 01:41:32 +00:00
parent 67577556a2
commit 6842dd3222
2 changed files with 36 additions and 0 deletions

View File

@@ -221,6 +221,12 @@ struct iscsi_bhs_login_response {
/** Login response opcode */
#define ISCSI_OPCODE_LOGIN_RESPONSE 0x23
/* Login response status codes */
#define ISCSI_STATUS_SUCCESS 0x00
#define ISCSI_STATUS_REDIRECT 0x01
#define ISCSI_STATUS_INITIATOR_ERROR 0x02
#define ISCSI_STATUS_TARGET_ERROR 0x03
/**
* iSCSI SCSI command basic header segment
*