Expand description
iSCSI Initiator (RFC 7143)
Implements an iSCSI initiator with login/logout session management, SCSI command transport over TCP, PDU serialization, and text-mode parameter negotiation.
Structs§
- BhsHeader
- iSCSI Basic Header Segment (48 bytes, RFC 7143 Section 11.2).
- Disk
Capacity - Disk capacity from READ CAPACITY (10) response.
- Inquiry
Data - Device information from INQUIRY response.
- Iscsi
Initiator - iSCSI initiator.
- Iscsi
Session - iSCSI session.
- Scsi
Command - SCSI Command Descriptor Block (CDB) with metadata.
- Scsi
Response - SCSI command response.
Enums§
- Iscsi
Error - iSCSI error type.
- Iscsi
Opcode - iSCSI PDU opcodes (RFC 7143 Section 11.1).
- Scsi
Opcode - Common SCSI operation codes.
- Session
State - iSCSI session states (RFC 7143 Section 8).