Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Route.c649 EFI_IP4 (Table[Count].SubnetAddress) = HTONL (RtEntry->Dest & RtEntry->Netmask); in Ip4BuildEfiRouteTable()
650 EFI_IP4 (Table[Count].SubnetMask) = HTONL (RtEntry->Netmask); in Ip4BuildEfiRouteTable()
651 EFI_IP4 (Table[Count].GatewayAddress) = HTONL (RtEntry->NextHop); in Ip4BuildEfiRouteTable()
DIp4Common.c242 EFI_IP4 (EfiIp.v4) = HTONL (Multicast); in Ip4GetMulticastMac()
DIp4Config2Impl.c423 EFI_IP4 (Table[Count].SubnetAddress) = HTONL (RtEntry->Dest & RtEntry->Netmask); in Ip4Config2BuildDefaultRouteTable()
424 EFI_IP4 (Table[Count].SubnetMask) = HTONL (RtEntry->Netmask); in Ip4Config2BuildDefaultRouteTable()
425 EFI_IP4 (Table[Count].GatewayAddress) = HTONL (RtEntry->NextHop); in Ip4Config2BuildDefaultRouteTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c1220 EFI_IP4 (Head->ClientAddr) = HTONL (DhcpSb->ClientAddr); in DhcpSendMessage()
1267 IpAddr = EFI_IP4 (Config->ClientAddress); in DhcpSendMessage()
1271 IpAddr = EFI_IP4 (SeedHead->YourAddr); in DhcpSendMessage()
1276 IpAddr = EFI_IP4 (SeedHead->YourAddr); in DhcpSendMessage()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h244 #define EFI_IP4(EfiIpAddr) (*(IP4_ADDR *) ((EfiIpAddr).Addr)) macro
245 #define EFI_NTOHL(EfiIp) (NTOHL (EFI_IP4 ((EfiIp))))
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DDxeIpIoLib.c1031 if ((EFI_IP4 (RxData->Ip4RxData.Header->SourceAddress) != 0) && in IpIoListenHandlerDpc()
1066 Session.Source.Addr[0] = EFI_IP4 (RxData->Ip4RxData.Header->SourceAddress); in IpIoListenHandlerDpc()
1067 Session.Dest.Addr[0] = EFI_IP4 (RxData->Ip4RxData.Header->DestinationAddress); in IpIoListenHandlerDpc()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c178 if (EFI_IP4 (RxData->Header->SourceAddress) != 0 && in IcmpErrorListenHandlerDpc()
1964 if (IP4_IS_LOCAL_BROADCAST (EFI_IP4 (NewFilter->IpList[Index].v4))) { in EfiPxeBcSetIpFilter()
1974 NetIp4IsUnicast (EFI_IP4 (NewFilter->IpList[Index].v4), EFI_NTOHL(Mode->SubnetMask)) && in EfiPxeBcSetIpFilter()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.c1593 IP4_IS_LOCAL_BROADCAST (EFI_IP4 (NewFilter->IpList[Index].v4))) { in EfiPxeBcSetIpFilter()
1607 … NetIp4IsUnicast (EFI_IP4 (NewFilter->IpList[Index].v4), EFI_NTOHL(Mode->SubnetMask)) && in EfiPxeBcSetIpFilter()
DPxeBcSupport.c260 if (EFI_IP4 (RxData->Header->SourceAddress) != 0 && in PxeBcIcmpErrorDpcHandle()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c577 if (!IP4_IS_MULTICAST (EFI_IP4(*(EFI_IPv4_ADDRESS*)Private->DstAddress)) && in Ping6OnEchoReplyReceived()