libiscsi
Data Fields
libiscsi_node Struct Reference

iSCSI node record More...

#include <libiscsi.h>

Data Fields

char name [LIBISCSI_VALUE_MAXLEN]
 
int tpgt
 
char address [NI_MAXHOST]
 
int port
 
char iface [LIBISCSI_VALUE_MAXLEN]
 

Detailed Description

Struct holding data uniquely identifying an iSCSI node.

Field Documentation

◆ address

char libiscsi_node::address[NI_MAXHOST]

Portal hostname or IP-address.

◆ iface

char libiscsi_node::iface[LIBISCSI_VALUE_MAXLEN]

Interface to connect through.

◆ name

char libiscsi_node::name[LIBISCSI_VALUE_MAXLEN]

iSCSI iqn for the node.

◆ port

int libiscsi_node::port

Portal port number.

◆ tpgt

int libiscsi_node::tpgt

Portal group number.


The documentation for this struct was generated from the following file:

Generated for libiscsi by doxygen 1.9.6