HomeSort by relevance Sort by last modified time
    Searched refs:IP4_IS_BROADCAST (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
115 if (IpIf != NULL && !IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
Ip4Common.h 69 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST)
Ip4Output.c 291 if (IP4_IS_BROADCAST (Ip4GetNetCast (Dest, IpIf)) || (Dest == IP4_ALLONE_ADDRESS)) {
Ip4Impl.c     [all...]
Ip4Input.c 1036 if (IP4_IS_BROADCAST (Info->CastType)) {
    [all...]

Completed in 66 milliseconds