iPXE
Data Fields
iscsi_string_type Struct Reference

An iSCSI text string that we want to handle. More...

Data Fields

const char * key
 String key. More...
 
int(* handle )(struct iscsi_session *iscsi, const char *value)
 Handle iSCSI string value. More...
 

Detailed Description

An iSCSI text string that we want to handle.

Definition at line 1169 of file iscsi.c.

Field Documentation

◆ key

const char* iscsi_string_type::key

String key.

This is the portion preceding the "=" sign, e.g. "InitiatorName", "CHAP_A", etc.

Definition at line 1175 of file iscsi.c.

◆ handle

int( * iscsi_string_type::handle) (struct iscsi_session *iscsi, const char *value)

Handle iSCSI string value.

Parameters
iscsiiSCSI session
valueiSCSI string value
Return values
rcReturn status code

Definition at line 1182 of file iscsi.c.


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