Searched refs:EFI_NTOHL (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DNicIp4Variable.c46 Station = EFI_NTOHL (IpConfig->StationAddress);
47 Netmask = EFI_NTOHL (IpConfig->SubnetMask);
59 Gateway = EFI_NTOHL (IpConfig->RouteTable[Index].GatewayAddress);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c650 StationAddress = EFI_NTOHL (Data->StationAddress);
651 SubnetMask = EFI_NTOHL (Data->SubnetMask);
671 SubnetAddress = EFI_NTOHL (RouteEntry->SubnetAddress);
672 SubnetMask = EFI_NTOHL (RouteEntry->SubnetMask);
673 GatewayAddress = EFI_NTOHL (RouteEntry->GatewayAddress);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpMain.c245 (!Ipv6Flag && !IP4_IS_MULTICAST (EFI_NTOHL (*IpAddress)))
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c179 !NetIp4IsUnicast (EFI_NTOHL (RxData->Header->SourceAddress), 0)) {
1540 IP4_IS_MULTICAST (EFI_NTOHL (DestIp4Address))
1546 IP4_IS_LOCAL_BROADCAST (EFI_NTOHL (DestIp4Address))
2028 if (IP4_IS_MULTICAST (EFI_NTOHL (NewFilter->IpList[Index].v4))) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c398 DhcpSb->ClientAddr = EFI_NTOHL (DhcpSb->Selected->Dhcp4.Header.YourAddr);
910 if (EFI_NTOHL (Head->YourAddr) != DhcpSb->ClientAddr) {
H A DDhcp4Impl.c712 DhcpSb->ClientAddr = EFI_NTOHL (Dhcp4CfgData->ClientAddress);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c269 !NetIp4IsUnicast (EFI_NTOHL (RxData->Header->SourceAddress), 0)) {
859 EFI_NTOHL (DestinationIp);
H A DPxeBcImpl.c1637 if (IP4_IS_MULTICAST (EFI_NTOHL (NewFilter->IpList[Index].v4))) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h212 #define EFI_NTOHL(EfiIp) (NTOHL (EFI_IP4 ((EfiIp)))) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1031 !NetIp4IsUnicast (EFI_NTOHL (((EFI_IP4_RECEIVE_DATA *) RxData)->Header->SourceAddress), 0)) {

Completed in 79 milliseconds