.TH "iscsi_iface_print_config" 3 "iscsi_iface_print_config" "March 2025" "API Manual" LINUX
.SH NAME
iscsi_iface_print_config \- Print all configurations of specified iSCSI interface to STDOUT.
.SH SYNOPSIS
.B "void" iscsi_iface_print_config
.BI "(struct iscsi_iface *" iface ");"
.SH ARGUMENTS
.IP "iface" 12
Pointer of 'struct iscsi_iface'.
If this pointer is NULL, your program will be terminated by assert.
.SH "DESCRIPTION"

Print all configurations of specified iSCSI interface.
For empty configuration, it will be shown as "name = <empty>".
.SH "RETURN"
void