Searched refs:MAX_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
33 constexpr size_t MAX_PAYLOAD = MAX_PAYLOAD_V2; variable75 unsigned char data[MAX_PAYLOAD];
109 kBufferSize = MAX_PAYLOAD,
55 max_payload = MAX_PAYLOAD; in atransport()
861 size_t max_payload = MAX_PAYLOAD; in get_max_payload()
766 max_payload = std::min(payload, MAX_PAYLOAD); in update_version()
92 memset(p, 0, sizeof(apacket) - MAX_PAYLOAD); in get_apacket()