enum iscsi_initiator_type

Overview

Types of the Initiator to configure. More…

#include <iscsi_initiator.h>

enum iscsi_initiator_type {
    ISCSI_NO_INITIATOR,
    ISCSI_UNH,
    ISCSI_L5,
    ISCSI_OPENISCSI,
    ISCSI_MICROSOFT,
    ISCSI_L5_WIN32,
};

Detailed Documentation

Types of the Initiator to configure. The default type of the Initiator is UNH. The type of the Initiator can be changed via Configurator.

Enum Values

ISCSI_NO_INITIATOR

No defined initiator

ISCSI_UNH

UNH Initiator (GPL 2)

ISCSI_L5

Level 5 Networks

ISCSI_OPENISCSI

Open iSCSI

ISCSI_MICROSOFT

Microsoft iSCSI

ISCSI_L5_WIN32

Level 5 Networks on Windows