Sponsor:

Your company here, and a link to your site. Click to find out more.

iscsi_node_iface_name_get - Man Page

Retrieve interface name of specified iSCSI node.

Synopsis

const char * iscsi_node_iface_name_get (struct iscsi_node *node);

Arguments

node

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

Description

Retrieve the interface name of specified iSCSI node.

Examples

"default" for iscsi tcp interface.

Return

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

Info

January 2024 API Manual