TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_MTFTP6_CONFIG_DATA Struct Reference

#include <MdePkg/Include/Protocol/Mtftp6.h>

Data Fields

EFI_IPv6_ADDRESS StationIp
 
UINT16 LocalPort
 
EFI_IPv6_ADDRESS ServerIp
 
UINT16 InitialServerPort
 
UINT16 TryCount
 
UINT16 TimeoutValue
 

Detailed Description

EFI_MTFTP6_CONFIG_DATA

Definition at line 220 of file Mtftp6.h.

Field Documentation

◆ 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 239 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 230 of file Mtftp6.h.

◆ ServerIp

EFI_IPv6_ADDRESS EFI_MTFTP6_CONFIG_DATA::ServerIp

The IP address of the MTFTPv6 server.

Definition at line 234 of file Mtftp6.h.

◆ 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 226 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 247 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 243 of file Mtftp6.h.


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