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

NAME

6       iscsi_session_address_get  - Retrieve iSCSI target address of specified
7       session
8

SYNOPSIS

10       const char * iscsi_session_address_get (struct iscsi_session *se);
11

ARGUMENTS

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

DESCRIPTION

17       Retrieve the iSCSI target network address of specified iSCSI session.
18

RETURN

20       const char *. Empty string if not supported.  No need to free this mem‐
21       ory, the resources will get freed by iscsi_session_free  or  iscsi_ses‐
22       sions_free.
23
24
25
26July 2023                  iscsi_session_address_geitscsi_session_address_get(3)
Impressum