Searched refs:IP4_LOCAL_BROADCAST (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Common.h38 #define IP4_LOCAL_BROADCAST 4 // Destination is 255.255.255.255 macro
66 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST)
H A DIp4Common.c116 return IP4_LOCAL_BROADCAST;
H A DIp4Input.c1359 if ((Info->CastType == IP4_MULTICAST) || (Info->CastType == IP4_LOCAL_BROADCAST)) {

Completed in 43 milliseconds