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

NAME

6       iscsi_iface_name_get - Retrieve name of specified iSCSI interface
7

SYNOPSIS

9       const char * iscsi_iface_name_get (struct iscsi_iface *iface);
10

ARGUMENTS

12       iface       Pointer  of 'struct iscsi_iface'.  If this pointer is NULL,
13                   your program will be terminated by assert.
14

DESCRIPTION

16       Retrieve the name of specified iSCSI interface.
17

RETURN

19       const char *.  No need to free this  memory,  the  resources  will  get
20       freed by iscsi_session_free or iscsi_sessions_free.
21
22
23
24July 2023                    iscsi_iface_name_get      iscsi_iface_name_get(3)
Impressum