enum iscsi_initiator_opcode

iSCSI opcodes RFC 3720, Section 10.2.1.2 Opcode Initiator opcodes

#include <te_iscsi.h>

enum iscsi_initiator_opcode {
    ISCSI_INIT_NOP_OUT        = 0x00,
    ISCSI_INIT_SCSI_CMND      = 0x01,
    ISCSI_INIT_TASK_MGMT_CMND = 0x02,
    ISCSI_INIT_LOGIN_CMND     = 0x03,
    ISCSI_INIT_TEXT_CMND      = 0x04,
    ISCSI_INIT_SCSI_DATA_OUT  = 0x05,
    ISCSI_INIT_LOGOUT_CMND    = 0x06,
    ISCSI_INIT_SNACK          = 0x10,
};