iPXE
Data Fields
EFI_MTFTP6_CONFIG_DATA Struct Reference

EFI_MTFTP6_CONFIG_DATA. More...

#include <Mtftp6.h>

Data Fields

EFI_IPv6_ADDRESS StationIp
 The local IP address to use. More...
 
UINT16 LocalPort
 Local port number. More...
 
EFI_IPv6_ADDRESS ServerIp
 The IP address of the MTFTPv6 server. More...
 
UINT16 InitialServerPort
 The initial MTFTPv6 server port number. More...
 
UINT16 TryCount
 The number of times to transmit MTFTPv6 request packets and wait for a response. More...
 
UINT16 TimeoutValue
 The number of seconds to wait for a response after sending the MTFTPv6 request packet. More...
 

Detailed Description

EFI_MTFTP6_CONFIG_DATA.

Definition at line 222 of file Mtftp6.h.

Field Documentation

◆ StationIp

EFI_IPv6_ADDRESS EFI_MTFTP6_CONFIG_DATA::StationIp

The local IP address to use.

Set to zero to let the underlying IPv6 driver choose a source address. If not zero it must be one of the configured IP addresses in the underlying IPv6 driver.

Definition at line 228 of file Mtftp6.h.

◆ LocalPort

UINT16 EFI_MTFTP6_CONFIG_DATA::LocalPort

Local port number.

Set to zero to use the automatically assigned port number.

Definition at line 232 of file Mtftp6.h.

◆ ServerIp

EFI_IPv6_ADDRESS EFI_MTFTP6_CONFIG_DATA::ServerIp

The IP address of the MTFTPv6 server.

Definition at line 236 of file Mtftp6.h.

◆ InitialServerPort

UINT16 EFI_MTFTP6_CONFIG_DATA::InitialServerPort

The initial MTFTPv6 server port number.

Request packets are sent to this port. This number is almost always 69 and using zero defaults to 69.

Definition at line 241 of file Mtftp6.h.

◆ TryCount

UINT16 EFI_MTFTP6_CONFIG_DATA::TryCount

The number of times to transmit MTFTPv6 request packets and wait for a response.

Definition at line 245 of file Mtftp6.h.

◆ TimeoutValue

UINT16 EFI_MTFTP6_CONFIG_DATA::TimeoutValue

The number of seconds to wait for a response after sending the MTFTPv6 request packet.

Definition at line 249 of file Mtftp6.h.


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