Man page - iscsi_node_iface_name_get(3)

Packages contains this manual

Manual

iscsi_node_iface_name_get

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
EXAMPLES
RETURN

NAME

iscsi_node_iface_name_get - 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 .