IBL Configuration
Data Fields
iblEthBootInfo_s Struct Reference

This structure contains information used for tftp boot. More...

#include <ibl.h>

Data Fields

uint8 ipAddr [4]
uint8 serverIp [4]
uint8 gatewayIp [4]
uint8 netmask [4]
uint8 hwAddress [6]
char8 fileName [64]

Detailed Description

This structure contains information used for tftp boot.

These fields are typically filled in by the bootp packet, but can be provided if bootp will not be used.


Field Documentation

char8 fileName[64]

The file name to load

uint8 gatewayIp[4]

The IP address of the gateway

uint8 hwAddress[6]

The hardware (mac) address of this device

uint8 ipAddr[4]

The IP address of this device

uint8 netmask[4]

The IP netmask

uint8 serverIp[4]

The IP address of the tftp server


The documentation for this struct was generated from the following file:
 All Data Structures Variables