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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Common.c33 Ip4GetNetCast ( function
97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
101 if ((Class = Ip4GetNetCast (Dst, IpIf)) > Type) {
115 if (IpIf != NULL && !IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
H A DIp4Common.h90 Ip4GetNetCast (
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.c1378 LocalType = Ip4GetNetCast (Head->Dst, IpIf);

Completed in 332 milliseconds