HomeSort by relevance Sort by last modified time
    Searched defs:TCP_FLG_ON (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Proto.h 313 #define TCP_FLG_ON(Value, Flag) ((BOOLEAN) (((Value) & (Flag)) != 0))
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpProto.h 182 #define TCP_FLG_ON(Value, Flag) ((BOOLEAN) (((Value) & (Flag)) != 0))

Completed in 177 milliseconds