From 6842dd3222e9ae4baedbfc783d3d527b55efc54b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 5 Dec 2006 01:41:32 +0000 Subject: Handle TargetAddress --- src/include/gpxe/iscsi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/iscsi.h b/src/include/gpxe/iscsi.h index 8a264a27a..2961a96c9 100644 --- a/src/include/gpxe/iscsi.h +++ b/src/include/gpxe/iscsi.h @@ -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 * -- cgit v1.2.3-55-g7522