Home
last modified time | relevance | path

Searched refs:CastType (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Common.h69 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST) argument
DIp4Input.c761 Info->CastType = Ip4GetHostCast (IpSb, Head->Dst, Head->Src); in Ip4PreProcessPacket()
770 if ((Info->CastType == 0) || (Info->End > IP4_MAX_PACKET_SIZE)) { in Ip4PreProcessPacket()
1036 if (IP4_IS_BROADCAST (Info->CastType)) { in Ip4InstanceFrameAcceptable()
1043 if (Info->CastType == IP4_MULTICAST) { in Ip4InstanceFrameAcceptable()
1386 if ((Info->CastType == IP4_MULTICAST) || (Info->CastType == IP4_LOCAL_BROADCAST)) { in Ip4InterfaceEnquePacket()
1392 LocalType = Info->CastType; in Ip4InterfaceEnquePacket()
1423 SavedType = Info->CastType; in Ip4InterfaceEnquePacket()
1424 Info->CastType = LocalType; in Ip4InterfaceEnquePacket()
1444 Info->CastType = SavedType; in Ip4InterfaceEnquePacket()
DIp4Input.h40 INTN CastType; member
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Input.c816 Info->CastType = 0; in Ip6PreProcessPacket()
819 Info->CastType = Ip6Promiscuous; in Ip6PreProcessPacket()
823 Info->CastType = Ip6Unicast; in Ip6PreProcessPacket()
826 Info->CastType = Ip6Multicast; in Ip6PreProcessPacket()
833 if (Info->CastType == 0) { in Ip6PreProcessPacket()
1390 if (Info->CastType == Ip6Multicast) { in Ip6InstanceFrameAcceptable()
1600 LocalType = Info->CastType; in Ip6InterfaceEnquePacket()
1609 SavedType = Info->CastType; in Ip6InterfaceEnquePacket()
1610 Info->CastType = (UINT32) LocalType; in Ip6InterfaceEnquePacket()
1623 Info->CastType = (UINT32) SavedType; in Ip6InterfaceEnquePacket()
DIp6Input.h55 INT32 CastType; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g2243 << UINT8 CastType = 0xFF; >>
2247 Boolean << CastType = 0; >>
2248 | Uint64 << CastType = 1; >>
2249 | Uint32 << CastType = 1; >>
2250 | Uint16 << CastType = 1; >>
2251 | Uint8 << CastType = 1; >>
2257 switch (CastType) {
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g3823 << UINT8 CastType = 0xFF; >>
3827 Boolean << CastType = 0; >>
3828 | Uint64 << CastType = 1; >>
3829 | Uint32 << CastType = 1; >>
3830 | Uint16 << CastType = 1; >>
3831 | Uint8 << CastType = 1; >>
3837 switch (CastType) {