1iscsi_node_portal_get(3)          API Manual          iscsi_node_portal_get(3)
2
3
4

NAME

6       iscsi_node_portal_get  -  Retrieve connection portal of specified iSCSI
7       node.
8

SYNOPSIS

10       const char * iscsi_node_portal_get (struct iscsi_node *node);
11

ARGUMENTS

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

DESCRIPTION

17       Retrieve  the  iscsi  connection target portal of specified iSCSI node.
18       Just    a    combination     of     iscsi_node_conn_address_get     and
19       iscsi_node_conn_port_get.
20

EXAMPLES

22       "192.168.1.1:3260" and "[::1]:3260"
23

RETURN

25       const  char  *.   No  need  to free this memory, the resources will get
26       freed by iscsi_node_free or iscsi_nodes_free.
27
28
29
30July 2023                    iscsi_node_portal_get    iscsi_node_portal_get(3)
Impressum