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

NAME

6       iscsi_iface_port_speed_get  -  Retrieve network port speed of specified
7       iSCSI interface
8

SYNOPSIS

10       const char * iscsi_iface_port_speed_get (struct iscsi_iface *iface);
11

ARGUMENTS

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

DESCRIPTION

17       Retrieve the network port speed of specified iSCSI interface.  Returned
18       string format is '[0-9]+ [MGT]bps', example: '10 Mbps' or '10 Gbps'.
19

RETURN

21       const char *. Set to "unknown" if unknown.  No need to free  this  mem‐
22       ory,  the  resources will get freed by iscsi_session_free or iscsi_ses‐
23       sions_free.
24
25
26
27July 2023                 iscsi_iface_port_speed_giestcsi_iface_port_speed_get(3)
Impressum