iscsi_ifaces_free(3) API Manual iscsi_ifaces_free(3)

iscsi_ifaces_free - Free the memory of 'struct iscsi_iface' pointer array

void iscsi_ifaces_free (struct iscsi_iface **ifaces, uint32_t iface_count);

Pointer of 'struct iscsi_iface' pointer array.
uint32_t, the size of 'struct iscsi_iface' pointer array.

Free the memory of 'iscsi_iface' pointer array generated by If provided 'ifaces' pointer is NULL or 'iface_count' is 0, do nothing.

void

iscsi_ifaces_free June 2023