iscsi_ifaces_free - Free the memory of 'struct iscsi_iface' pointer array
Contents
Arguments
ifaces Pointer of 'struct iscsi_iface' pointer array.
iface_count uint32_t, the size of 'struct iscsi_iface' pointer array.
Description
Free the memory of 'iscsi_iface' pointer array generated by If provided 'ifaces' pointer is NULL or
'iface_count' is 0, do nothing.
Name
iscsi_ifaces_free - Free the memory of 'struct iscsi_iface' pointer array
Return
void
July 2025 iscsi_ifaces_free iscsi_ifaces_free(3)
Synopsis
voidiscsi_ifaces_free(structiscsi_iface**ifaces,uint32_tiface_count);
