|
XenevaOS
|
#include <Mtftp6.h>

Public Attributes | |
| EFI_IPv6_ADDRESS | StationIp |
| UINT16 | LocalPort |
| EFI_IPv6_ADDRESS | ServerIp |
| UINT16 | InitialServerPort |
| UINT16 | TryCount |
| UINT16 | TimeoutValue |
| 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.
| UINT16 EFI_MTFTP6_CONFIG_DATA::LocalPort |
Local port number. Set to zero to use the automatically assigned port number.
| EFI_IPv6_ADDRESS EFI_MTFTP6_CONFIG_DATA::ServerIp |
The IP address of the MTFTPv6 server.
| 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.
| UINT16 EFI_MTFTP6_CONFIG_DATA::TimeoutValue |
The number of seconds to wait for a response after sending the MTFTPv6 request packet.
| UINT16 EFI_MTFTP6_CONFIG_DATA::TryCount |
The number of times to transmit MTFTPv6 request packets and wait for a response.