logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

iscsi_node_iface_name_get - Retrieve interface name of specified iSCSI 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.

Name

iscsi_node_iface_name_get - Retrieve interface name of specified iSCSI node.

Return

const char *. No need to free this memory, the resources will get freed by iscsi_node_free or iscsi_nodes_free. July 2025 iscsi_node_iface_name_get iscsi_node_iface_name_get(3)

Synopsis

constchar*iscsi_node_iface_name_get(structiscsi_node*node);

See Also