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

NAME

6       iscsi_node_iface_name_get  - Retrieve interface name of specified iSCSI
7       node.
8

SYNOPSIS

10       const char * iscsi_node_iface_name_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 interface name of specified iSCSI node.
18

EXAMPLES

20       "default" for iscsi tcp interface.
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_iface_name_geitscsi_node_iface_name_get(3)
Impressum