iscsi_iface_hwaddress_get - Retrieve hardware address of specified iSCSI interface
Contents
Arguments
iface Pointer of 'struct iscsi_iface'. If this pointer is NULL, your program will be terminated by
assert.
Description
Retrieve the hardware address of specified iSCSI interface.
Name
iscsi_iface_hwaddress_get - Retrieve hardware address of specified iSCSI interface
Return
const char *. No need to free this memory, the resources will get freed by iscsi_session_free or
iscsi_sessions_free.
July 2025 iscsi_iface_hwaddress_get iscsi_iface_hwaddress_get(3)
Synopsis
constchar*iscsi_iface_hwaddress_get(structiscsi_iface*iface);
