iPXE
Data Fields
ibft_target Struct Reference

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...
 

Detailed Description

iBFT Target structure

Definition at line 224 of file ibft.h.

Field Documentation

◆ header

struct ibft_header ibft_target::header

◆ ip_address

struct ibft_ipaddr ibft_target::ip_address

IP address.

Definition at line 228 of file ibft.h.

Referenced by ibft_fill_target().

◆ socket

uint16_t ibft_target::socket

TCP port.

Definition at line 230 of file ibft.h.

Referenced by ibft_fill_target().

◆ boot_lun

struct scsi_lun ibft_target::boot_lun

Boot LUN.

Definition at line 232 of file ibft.h.

Referenced by ibft_fill_target().

◆ chap_type

uint8_t ibft_target::chap_type

CHAP type.

This is an IBFT_CHAP_XXX constant.

Definition at line 237 of file ibft.h.

Referenced by ibft_fill_target_chap(), and ibft_fill_target_reverse_chap().

◆ nic_association

uint8_t ibft_target::nic_association

NIC association.

Definition at line 239 of file ibft.h.

Referenced by ibft_fill_target_nic_association().

◆ target_name

struct ibft_string ibft_target::target_name

Target name.

Definition at line 241 of file ibft.h.

Referenced by ibft_fill_target().

◆ chap_name

struct ibft_string ibft_target::chap_name

CHAP name.

Definition at line 243 of file ibft.h.

Referenced by ibft_fill_target_chap(), and ibft_fill_target_reverse_chap().

◆ chap_secret

struct ibft_string ibft_target::chap_secret

CHAP secret.

Definition at line 245 of file ibft.h.

Referenced by ibft_fill_target_chap().

◆ reverse_chap_name

struct ibft_string ibft_target::reverse_chap_name

Reverse CHAP name.

Definition at line 247 of file ibft.h.

Referenced by ibft_fill_target_reverse_chap().

◆ reverse_chap_secret

struct ibft_string ibft_target::reverse_chap_secret

Reverse CHAP secret.

Definition at line 249 of file ibft.h.

Referenced by ibft_fill_target_reverse_chap().


The documentation for this struct was generated from the following file: