Home
last modified time | relevance | path

Searched refs:IP4_IS_BROADCAST (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Common.c97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) { in Ip4GetHostCast()
115 if (IpIf != NULL && !IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) { in Ip4GetHostCast()
DIp4Common.h69 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST) macro
DIp4Output.c291 if (IP4_IS_BROADCAST (Ip4GetNetCast (Dest, IpIf)) || (Dest == IP4_ALLONE_ADDRESS)) { in Ip4Output()
DIp4Impl.c1305 IP4_IS_BROADCAST (Ip4GetNetCast (Nexthop, IpIf)))) { in EfiIp4Routes()
1454 IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) { in Ip4TxTokenValid()
1466 IP4_IS_BROADCAST (Ip4GetNetCast (Gateway, IpIf)))) { in Ip4TxTokenValid()
DIp4Input.c1036 if (IP4_IS_BROADCAST (Info->CastType)) { in Ip4InstanceFrameAcceptable()