Searched refs:PxeOption (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp4.c | 101 EFI_DHCP4_PACKET_OPTION *PxeOption; in PxeBcParseVendorOptions() local 106 PxeOption = (EFI_DHCP4_PACKET_OPTION *) &Dhcp4Option->Data[0]; in PxeBcParseVendorOptions() 109 ASSERT (PxeOption != NULL); in PxeBcParseVendorOptions() 111 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != DHCP4_TAG_EOP)) { in PxeBcParseVendorOptions() 115 switch (PxeOption->OpCode) { 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() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcDhcp.c | 1492 EFI_DHCP4_PACKET_OPTION *PxeOption; in PxeBcParseVendorOptions() local 1497 PxeOption = (EFI_DHCP4_PACKET_OPTION *) &Dhcp4Option->Data[0]; in PxeBcParseVendorOptions() 1500 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != DHCP4_TAG_EOP)) { in PxeBcParseVendorOptions() 1504 switch (PxeOption->OpCode) { in PxeBcParseVendorOptions() 1508 CopyMem (&VendorOption->MtftpIp, PxeOption->Data, sizeof (EFI_IPv4_ADDRESS)); in PxeBcParseVendorOptions() 1513 CopyMem (&VendorOption->MtftpCPort, PxeOption->Data, sizeof (VendorOption->MtftpCPort)); in PxeBcParseVendorOptions() 1518 CopyMem (&VendorOption->MtftpSPort, PxeOption->Data, sizeof (VendorOption->MtftpSPort)); in PxeBcParseVendorOptions() 1523 VendorOption->MtftpTimeout = *PxeOption->Data; in PxeBcParseVendorOptions() 1528 VendorOption->MtftpDelay = *PxeOption->Data; in PxeBcParseVendorOptions() 1533 VendorOption->DiscoverCtrl = *PxeOption->Data; in PxeBcParseVendorOptions() [all …]
|