iPXE
Data Fields
ibft_strings Struct Reference

iSCSI string buffer More...

Data Fields

char * data
 Strings data. More...
 
size_t start
 Starting offset of strings. More...
 
size_t len
 Total length. More...
 

Detailed Description

iSCSI string buffer

This is an internal structure that we use to keep track of the allocation of string data.

Definition at line 68 of file ibft.c.

Field Documentation

◆ data

char* ibft_strings::data

Strings data.

Definition at line 70 of file ibft.c.

Referenced by ibft_alloc_string(), ibft_install(), and ibft_string().

◆ start

size_t ibft_strings::start

Starting offset of strings.

Definition at line 72 of file ibft.c.

Referenced by ibft_alloc_string(), ibft_install(), and ibft_string().

◆ len

size_t ibft_strings::len

Total length.

Definition at line 74 of file ibft.c.

Referenced by ibft_alloc_string(), and ibft_install().


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