iscsi_node_iface_name_get(3) API Manual iscsi_node_iface_name_get(3)

iscsi_node_iface_name_get - Retrieve interface name of specified iSCSI node.

const char * iscsi_node_iface_name_get (struct iscsi_node *node);

Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by assert.

Retrieve the interface name of specified iSCSI node.

"default" for iscsi tcp interface.

const char *. No need to free this memory, the resources will get freed by iscsi_node_free or iscsi_nodes_free.

iscsi_node_iface_name_get June 2023