Searched defs:MAX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance
31 constexpr size_t MAX_PAYLOAD_SIZE = MAX_IPMI_BUFFER - 1; variable
19 constexpr size_t MAX_PAYLOAD_SIZE = 255; variable
41 constexpr size_t MAX_PAYLOAD_SIZE = 255; variable
37 #define MAX_PAYLOAD_SIZE 50000 macro