Linux Kernel
3.7.1
|
Data Fields | |
struct ibft_hdr | hdr |
char | ip_addr [16] |
u8 | subnet_mask_prefix |
u8 | origin |
char | gateway [16] |
char | primary_dns [16] |
char | secondary_dns [16] |
char | dhcp [16] |
u16 | vlan |
char | mac [6] |
u16 | pci_bdf |
u16 | hostname_len |
u16 | hostname_off |
Definition at line 124 of file iscsi_ibft.c.
char dhcp[16] |
Definition at line 132 of file iscsi_ibft.c.
char gateway[16] |
Definition at line 129 of file iscsi_ibft.c.
Definition at line 125 of file iscsi_ibft.c.
u16 hostname_len |
Definition at line 136 of file iscsi_ibft.c.
u16 hostname_off |
Definition at line 137 of file iscsi_ibft.c.
char ip_addr[16] |
Definition at line 126 of file iscsi_ibft.c.
Definition at line 134 of file iscsi_ibft.c.
Definition at line 128 of file iscsi_ibft.c.
u16 pci_bdf |
Definition at line 135 of file iscsi_ibft.c.
char primary_dns[16] |
Definition at line 130 of file iscsi_ibft.c.
char secondary_dns[16] |
Definition at line 131 of file iscsi_ibft.c.
u8 subnet_mask_prefix |
Definition at line 127 of file iscsi_ibft.c.
u16 vlan |
Definition at line 133 of file iscsi_ibft.c.