iPXE
Data Fields
EFI_MTFTP6_OVERRIDE_DATA Struct Reference

EFI_MTFTP_OVERRIDE_DATA. More...

#include <Mtftp6.h>

Data Fields

EFI_IPv6_ADDRESS ServerIp
 IP address of the MTFTPv6 server. More...
 
UINT16 ServerPort
 MTFTPv6 server port number. More...
 
UINT16 TryCount
 Number of times to transmit MTFTPv6 request packets and wait for a response. More...
 
UINT16 TimeoutValue
 Number of seconds to wait for a response after sending the MTFTPv6 request packet. More...
 

Detailed Description

EFI_MTFTP_OVERRIDE_DATA.

Definition at line 275 of file Mtftp6.h.

Field Documentation

◆ ServerIp

EFI_IPv6_ADDRESS EFI_MTFTP6_OVERRIDE_DATA::ServerIp

IP address of the MTFTPv6 server.

If set to all zero, the value that was set by the EFI_MTFTP6_PROTOCOL.Configure() function will be used.

Definition at line 280 of file Mtftp6.h.

◆ ServerPort

UINT16 EFI_MTFTP6_OVERRIDE_DATA::ServerPort

MTFTPv6 server port number.

If set to zero, it will use the value that was set by the EFI_MTFTP6_PROTOCOL.Configure() function.

Definition at line 285 of file Mtftp6.h.

◆ TryCount

UINT16 EFI_MTFTP6_OVERRIDE_DATA::TryCount

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

If set to zero, the value that was set by theEFI_MTFTP6_PROTOCOL.Configure() function will be used.

Definition at line 291 of file Mtftp6.h.

◆ TimeoutValue

UINT16 EFI_MTFTP6_OVERRIDE_DATA::TimeoutValue

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

If set to zero, the value that was set by the EFI_MTFTP6_PROTOCOL.Configure() function will be used.

Definition at line 297 of file Mtftp6.h.


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