Home
last modified time | relevance | path

Searched refs:Mtftp6Config (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.c848 EFI_MTFTP6_CONFIG_DATA Mtftp6Config; in EfiPxeBcMtftp() local
873 ZeroMem (&Mtftp6Config, sizeof (EFI_MTFTP6_CONFIG_DATA)); in EfiPxeBcMtftp()
874 Config = &Mtftp6Config; in EfiPxeBcMtftp()
875 Mtftp6Config.TimeoutValue = PXEBC_MTFTP_TIMEOUT; in EfiPxeBcMtftp()
876 Mtftp6Config.TryCount = PXEBC_MTFTP_RETRIES; in EfiPxeBcMtftp()
877 CopyMem (&Mtftp6Config.StationIp, &Private->StationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in EfiPxeBcMtftp()
878 CopyMem (&Mtftp6Config.ServerIp, &ServerIp->v6, sizeof (EFI_IPv6_ADDRESS)); in EfiPxeBcMtftp()