iscsi_node_portal_get
Retrieve connection portal of specified iSCSI node.
- Provided by: libopeniscsiusr-dev (Version: 2.1.5-1ubuntu1.1)
- Source: open-iscsi
- Report a bug
Retrieve connection portal of specified iSCSI node.
const char * iscsi_node_portal_get (struct iscsi_node *node);
Retrieve the iscsi connection target portal of specified iSCSI node. Just a combination of iscsi_node_conn_address_get and iscsi_node_conn_port_get.
"192.168.1.1:3260" and "[::1]:3260"
const char *. No need to free this memory, the resources will get freed by iscsi_node_free or iscsi_nodes_free.