Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c96 IN PXEBC_VENDOR_OPTION *VendorOption in PxeBcParseVendorOptions() argument
104 BitMap = VendorOption->BitMap; in PxeBcParseVendorOptions()
119 CopyMem (&VendorOption->MtftpIp, PxeOption->Data, sizeof (EFI_IPv4_ADDRESS)); in PxeBcParseVendorOptions()
124 CopyMem (&VendorOption->MtftpCPort, PxeOption->Data, sizeof (VendorOption->MtftpCPort)); in PxeBcParseVendorOptions()
129 CopyMem (&VendorOption->MtftpSPort, PxeOption->Data, sizeof (VendorOption->MtftpSPort)); in PxeBcParseVendorOptions()
134 VendorOption->MtftpTimeout = *PxeOption->Data; in PxeBcParseVendorOptions()
139 VendorOption->MtftpDelay = *PxeOption->Data; in PxeBcParseVendorOptions()
144 VendorOption->DiscoverCtrl = *PxeOption->Data; in PxeBcParseVendorOptions()
149 CopyMem (&VendorOption->DiscoverMcastIp, PxeOption->Data, sizeof (EFI_IPv4_ADDRESS)); in PxeBcParseVendorOptions()
154 VendorOption->BootSvrLen = PxeOption->Length; in PxeBcParseVendorOptions()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1429 IN PXEBC_VENDOR_OPTION *VendorOption in PxeBcParseVendorOptions() argument
1437 BitMap = VendorOption->BitMap; in PxeBcParseVendorOptions()
1450 CopyMem (&VendorOption->MtftpIp, PxeOption->Data, sizeof (EFI_IPv4_ADDRESS)); in PxeBcParseVendorOptions()
1455 CopyMem (&VendorOption->MtftpCPort, PxeOption->Data, sizeof (VendorOption->MtftpCPort)); in PxeBcParseVendorOptions()
1460 CopyMem (&VendorOption->MtftpSPort, PxeOption->Data, sizeof (VendorOption->MtftpSPort)); in PxeBcParseVendorOptions()
1465 VendorOption->MtftpTimeout = *PxeOption->Data; in PxeBcParseVendorOptions()
1470 VendorOption->MtftpDelay = *PxeOption->Data; in PxeBcParseVendorOptions()
1475 VendorOption->DiscoverCtrl = *PxeOption->Data; in PxeBcParseVendorOptions()
1480 CopyMem (&VendorOption->DiscoverMcastIp, PxeOption->Data, sizeof (EFI_IPv4_ADDRESS)); in PxeBcParseVendorOptions()
1485 VendorOption->BootSvrLen = PxeOption->Length; in PxeBcParseVendorOptions()
[all …]
DPxeBcDhcp.h498 IN PXEBC_VENDOR_OPTION *VendorOption