Searched refs:IP4_IS_BROADCAST (Results 1 – 5 of 5) sorted by relevance
97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) { in Ip4GetHostCast()115 if (IpIf != NULL && !IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) { in Ip4GetHostCast()
69 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST) macro
291 if (IP4_IS_BROADCAST (Ip4GetNetCast (Dest, IpIf)) || (Dest == IP4_ALLONE_ADDRESS)) { in Ip4Output()
1305 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()
1036 if (IP4_IS_BROADCAST (Info->CastType)) { in Ip4InstanceFrameAcceptable()