iPXE
Data Fields
EFI_PXE_BASE_CODE_MTFTP_INFO Struct Reference

MTFTP information. More...

#include <PxeBaseCode.h>

Data Fields

EFI_IP_ADDRESS MCastIp
 
EFI_PXE_BASE_CODE_UDP_PORT CPort
 
EFI_PXE_BASE_CODE_UDP_PORT SPort
 
UINT16 ListenTimeout
 
UINT16 TransmitTimeout
 

Detailed Description

MTFTP information.

This information is required to start or join a multicast TFTP session. It is also required to perform the "get file size" and "read directory" operations of MTFTP.

Definition at line 211 of file PxeBaseCode.h.

Field Documentation

◆ MCastIp

EFI_IP_ADDRESS EFI_PXE_BASE_CODE_MTFTP_INFO::MCastIp

Definition at line 212 of file PxeBaseCode.h.

◆ CPort

EFI_PXE_BASE_CODE_UDP_PORT EFI_PXE_BASE_CODE_MTFTP_INFO::CPort

Definition at line 213 of file PxeBaseCode.h.

◆ SPort

EFI_PXE_BASE_CODE_UDP_PORT EFI_PXE_BASE_CODE_MTFTP_INFO::SPort

Definition at line 214 of file PxeBaseCode.h.

◆ ListenTimeout

UINT16 EFI_PXE_BASE_CODE_MTFTP_INFO::ListenTimeout

Definition at line 215 of file PxeBaseCode.h.

◆ TransmitTimeout

UINT16 EFI_PXE_BASE_CODE_MTFTP_INFO::TransmitTimeout

Definition at line 216 of file PxeBaseCode.h.


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