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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Socket.h 43 #define PROTO_RESERVED_LEN 20
674 UINT8 ProtoReserved[PROTO_RESERVED_LEN]; ///< Data fields reserved for protocol
SockImpl.c 562 ASSERT ((SockInitData->ProtoData != NULL) && (SockInitData->DataSize <= PROTO_RESERVED_LEN));
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
Socket.h 41 #define PROTO_RESERVED_LEN 20
503 UINT8 ProtoReserved[PROTO_RESERVED_LEN]; ///< Data fields reserved for protocol
SockImpl.c 661 ASSERT ((SockInitData->ProtoData != NULL) && (SockInitData->DataSize <= PROTO_RESERVED_LEN));

Completed in 80 milliseconds