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

NAME

6       iscsi_node_conn_address_get  - Retrieve connection address of specified
7       iSCSI node.
8

SYNOPSIS

10       const char * iscsi_node_conn_address_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 address of specified iSCSI node.
18

EXAMPLES

20       "192.168.1.1"
21

RETURN

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