Searched refs:HwAddrLen (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c125 (Head->HwAddrLen != ArpService->SnpMode.HwAddressSize) ||
138 ArpAddress.SenderProtoAddr = ArpAddress.SenderHwAddr + Head->HwAddrLen;
140 ArpAddress.TargetProtoAddr = ArpAddress.TargetHwAddr + Head->HwAddrLen;
143 SenderAddress[Hardware].Length = Head->HwAddrLen;
1125 ArpHead->HwAddrLen = (UINT8)SnpMode->HwAddressSize;
H A DArpImpl.h63 UINT8 HwAddrLen; member in struct:__anon11191
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h62 UINT8 HwAddrLen; member in struct:__anon12094
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c60 Header->HwAddrLen = (UINT8) Mode.HwAddressSize;
61 CopyMem (Header->ClientHwAddr, &Mode.CurrentAddress, Header->HwAddrLen);
856 DhcpHeader->HwAddrLen = (UINT8) sizeof (EFI_GUID);
1189 DhcpHeader->HwAddrLen = (UINT8) sizeof (EFI_GUID);
H A DPxeBcDriver.c355 Private->MacLen = Private->SeedPacket.Dhcp4.Header.HwAddrLen;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c413 Header->HwAddrLen = (UINT8) Mode.HwAddressSize;
414 CopyMem (Header->ClientHwAddr, &Mode.CurrentAddress, Header->HwAddrLen);
1205 Packet->Dhcp4.Header.HwAddrLen = (UINT8) sizeof (EFI_GUID);
1381 Token.Packet->Dhcp4.Header.HwAddrLen = (UINT8) sizeof (EFI_GUID);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c1020 (CompareMem (DhcpSb->ClientAddressSendOut, Head->ClientHwAddr, Head->HwAddrLen) != 0)) {
1219 Head->HwAddrLen = DhcpSb->HwLen;
1362 Packet->Dhcp4.Header.HwAddrLen
H A DDhcp4Impl.c1346 (CompareMem (DhcpSb->ClientAddressSendOut, Head->ClientHwAddr, Head->HwAddrLen) != 0)) {
1522 Token->Packet->Dhcp4.Header.HwAddrLen
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DPxe.h463 OUT UINT16 HwAddrLen; ///< Out: actual length of hardware address member in struct:__anon10396
H A DBiosSnp16.c1498 DEBUG ((DEBUG_NET, " GetInformation.HwAddrLen = %d\n", SimpleNetworkDevice->GetInformation.HwAddrLen));
1526 SimpleNetworkDevice->SimpleNetworkMode.HwAddressSize = SimpleNetworkDevice->GetInformation.HwAddrLen;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h1173 UINT16_t HwAddrLen; /**< MAC address length */ member in struct:s_PXENV_UNDI_GET_INFORMATION
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_undi.c552 undi_get_information->HwAddrLen = ll_protocol->ll_addr_len;

Completed in 471 milliseconds