#include <ibft.h>
Data Fields | |
| struct ibft_header | header |
| Common header. | |
| struct ibft_ipaddr | ip_address |
| IP address. | |
| uint16_t | socket |
| TCP port. | |
| uint64_t | boot_lun |
| Boot LUN. | |
| uint8_t | chap_type |
| CHAP type. | |
| uint8_t | nic_association |
| NIC association. | |
| struct ibft_string | target_name |
| Target name. | |
| struct ibft_string | chap_name |
| CHAP name. | |
| struct ibft_string | chap_secret |
| CHAP secret. | |
| struct ibft_string | reverse_chap_name |
| Reverse CHAP name. | |
| struct ibft_string | reverse_chap_secret |
| Reverse CHAP secret. | |
Definition at line 203 of file ibft.h.
struct ibft_header ibft_target::header [read] |
struct ibft_ipaddr ibft_target::ip_address [read] |
CHAP type.
This is an IBFT_CHAP_XXX constant.
Definition at line 216 of file ibft.h.
Referenced by ibft_fill_target_chap(), and ibft_fill_target_reverse_chap().
struct ibft_string ibft_target::target_name [read] |
struct ibft_string ibft_target::chap_name [read] |
CHAP name.
Definition at line 222 of file ibft.h.
Referenced by ibft_fill_target_chap(), and ibft_fill_target_reverse_chap().
struct ibft_string ibft_target::chap_secret [read] |
struct ibft_string ibft_target::reverse_chap_name [read] |
Reverse CHAP name.
Definition at line 226 of file ibft.h.
Referenced by ibft_fill_target_reverse_chap().
struct ibft_string ibft_target::reverse_chap_secret [read] |
Reverse CHAP secret.
Definition at line 228 of file ibft.h.
Referenced by ibft_fill_target_reverse_chap().
1.5.7.1