1iscsi_session_persistent_address_geAtP(I3)Mainsucasli_session_persistent_address_get(3)
2
3
4

NAME

6       iscsi_session_persistent_address_get - Retrieve iSCSI target persistent
7       address of specified session
8

SYNOPSIS

10       const char * iscsi_session_persistent_address_get (struct iscsi_session
11       *se);
12

ARGUMENTS

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

DESCRIPTION

18       Retrieve the iSCSI target persistent address of  specified  iSCSI  ses‐
19       sion.  The 'persistent address' is the network address where iSCSI ini‐
20       tiator send initial request. When iSCSI redirection in  use,  this  ad‐
21       dress  might  not be the network address used for actual iSCSI transac‐
22       tion.  Please use `iscsi_session_address_get` for  target  network  ad‐
23       dress of iSCSI transaction.
24

RETURN

26       const char *. Empty string if not supported.  No need to free this mem‐
27       ory, the resources will get freed by iscsi_session_free  or  iscsi_ses‐
28       sions_free.
29
30
31
32July 2023            iscsi_session_persiisstcesnit__saedsdsrieosns__pgeertsistent_address_get(3)
Impressum