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 223 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 227 of file ibft.h.

Referenced by ibft_fill_target().

◆ socket

uint16_t ibft_target::socket

TCP port.

Definition at line 229 of file ibft.h.

Referenced by ibft_fill_target().

◆ boot_lun

struct scsi_lun ibft_target::boot_lun

Boot LUN.

Definition at line 231 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 236 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 238 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 240 of file ibft.h.

Referenced by ibft_fill_target().

◆ chap_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().

◆ chap_secret

struct ibft_string ibft_target::chap_secret

CHAP secret.

Definition at line 244 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 246 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 248 of file ibft.h.

Referenced by ibft_fill_target_reverse_chap().


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