|
libiscsi
|
libiscsi network config struct More...
#include <libiscsi.h>
Data Fields | |
| int | dhcp |
| char | iface_name [LIBISCSI_VALUE_MAXLEN] |
| char | mac_address [LIBISCSI_VALUE_MAXLEN] |
| char | ip_address [LIBISCSI_VALUE_MAXLEN] |
| char | netmask [LIBISCSI_VALUE_MAXLEN] |
| char | gateway [LIBISCSI_VALUE_MAXLEN] |
| char | primary_dns [LIBISCSI_VALUE_MAXLEN] |
| char | secondary_dns [LIBISCSI_VALUE_MAXLEN] |
libiscsi network config struct.
Using DHCP? (boolean).
IP of Default gateway.
Interface name.
IP address.
MAC address.
Netmask.
IP of the Primary DNS.
IP of the Secondary DNS.
1.7.6.1