|
iPXE
|
iBFT Target structure More...
#include <ibft.h>
Data Fields | |
| struct ibft_header | header |
| Common header. More... | |
| struct ibft_ipaddr | ip_address |
| IP address. More... | |
| uint16_t | socket |
| TCP port. More... | |
| struct scsi_lun | boot_lun |
| Boot LUN. More... | |
| uint8_t | chap_type |
| CHAP type. More... | |
| uint8_t | nic_association |
| NIC association. More... | |
| struct ibft_string | target_name |
| Target name. More... | |
| struct ibft_string | chap_name |
| CHAP name. More... | |
| struct ibft_string | chap_secret |
| CHAP secret. More... | |
| struct ibft_string | reverse_chap_name |
| Reverse CHAP name. More... | |
| struct ibft_string | reverse_chap_secret |
| Reverse CHAP secret. More... | |
| struct ibft_header ibft_target::header |
Common header.
Definition at line 225 of file ibft.h.
Referenced by ibft_fill_target(), ibft_fill_target_chap(), ibft_fill_target_nic_association(), ibft_fill_target_reverse_chap(), and ibft_install().
| struct ibft_ipaddr ibft_target::ip_address |
| uint16_t ibft_target::socket |
| struct scsi_lun ibft_target::boot_lun |
| uint8_t ibft_target::chap_type |
CHAP type.
This is an IBFT_CHAP_XXX constant.
Definition at line 236 of file ibft.h.
Referenced by ibft_fill_target_chap(), and ibft_fill_target_reverse_chap().
| uint8_t ibft_target::nic_association |
NIC association.
Definition at line 238 of file ibft.h.
Referenced by ibft_fill_target_nic_association().
| struct ibft_string ibft_target::target_name |
| struct ibft_string ibft_target::chap_name |
CHAP name.
Definition at line 242 of file ibft.h.
Referenced by ibft_fill_target_chap(), and ibft_fill_target_reverse_chap().
| struct ibft_string ibft_target::chap_secret |
| struct ibft_string ibft_target::reverse_chap_name |
Reverse CHAP name.
Definition at line 246 of file ibft.h.
Referenced by ibft_fill_target_reverse_chap().
| struct ibft_string ibft_target::reverse_chap_secret |
Reverse CHAP secret.
Definition at line 248 of file ibft.h.
Referenced by ibft_fill_target_reverse_chap().
1.8.15