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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Common.h66 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST) macro
H A DIp4Common.c97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
115 if (IpIf != NULL && !IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
H A DIp4Output.c284 if (IP4_IS_BROADCAST (Ip4GetNetCast (Dest, IpIf)) || (Dest == IP4_ALLONE_ADDRESS)) {
H A DIp4Impl.c1570 IP4_IS_BROADCAST (Ip4GetNetCast (Nexthop, IpIf)))) {
1706 IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
1718 IP4_IS_BROADCAST (Ip4GetNetCast (Gateway, IpIf)))) {
H A DIp4Input.c1027 if (IP4_IS_BROADCAST (Info->CastType)) {

Completed in 52 milliseconds