iscsi_node_conn_address_get - Retrieve connection address of specified iSCSI node.
Contents
Arguments
node Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by
assert.
Description
Retrieve the iscsi connection target address of specified iSCSI node.
Examples
"192.168.1.1"
Name
iscsi_node_conn_address_get - Retrieve connection address 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_conn_address_get iscsi_node_conn_address_get(3)
Synopsis
constchar*iscsi_node_conn_address_get(structiscsi_node*node);
