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

NAME

6       iscsi_session_iface_get - Retrieve iSCSI interface information of spec‐
7       ified session
8

SYNOPSIS

10       struct  iscsi_iface  *  iscsi_session_iface_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 interface information of  specified  iSCSI  session.
19       For  the  properties of 'struct iscsi_iface', please refer to the func‐
20       tions defined in 'libopeniscsiusr_iface.h' file.
21

RETURN

23       Pointer of 'struct iscsi_iface'. NULL if not  supported.   No  need  to
24       free this memory, the resources will get freed by iscsi_session_free or
25       iscsi_sessions_free.
26
27
28
29July 2023                   iscsi_session_iface_get iscsi_session_iface_get(3)
Impressum