XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_MTFTP6_CONFIG_DATA Struct Reference

#include <Mtftp6.h>

Collaboration diagram for EFI_MTFTP6_CONFIG_DATA:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

EFI_MTFTP6_CONFIG_DATA

Member Data 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.

◆ LocalPort

UINT16 EFI_MTFTP6_CONFIG_DATA::LocalPort

Local port number. Set to zero to use the automatically assigned port number.

◆ ServerIp

EFI_IPv6_ADDRESS EFI_MTFTP6_CONFIG_DATA::ServerIp

The IP address of the MTFTPv6 server.

◆ 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.

◆ TimeoutValue

UINT16 EFI_MTFTP6_CONFIG_DATA::TimeoutValue

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

◆ TryCount

UINT16 EFI_MTFTP6_CONFIG_DATA::TryCount

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


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