ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <DevicePath.h>
Public Attributes | |
EFI_DEVICE_PATH_PROTOCOL | Header |
UINT16 | NetworkProtocol |
UINT16 | LoginOption |
UINT64 | Lun |
UINT16 | TargetPortalGroupTag |
Definition at line 792 of file DevicePath.h.
EFI_DEVICE_PATH_PROTOCOL ISCSI_DEVICE_PATH::Header |
Definition at line 793 of file DevicePath.h.
UINT16 ISCSI_DEVICE_PATH::LoginOption |
iSCSI Login Options.
Definition at line 801 of file DevicePath.h.
UINT64 ISCSI_DEVICE_PATH::Lun |
iSCSI Logical Unit Number.
Definition at line 805 of file DevicePath.h.
UINT16 ISCSI_DEVICE_PATH::NetworkProtocol |
Network Protocol (0 = TCP, 1+ = reserved).
Definition at line 797 of file DevicePath.h.
UINT16 ISCSI_DEVICE_PATH::TargetPortalGroupTag |
iSCSI Target Portal group tag the initiator intends to establish a session with.
Definition at line 810 of file DevicePath.h.