Searched refs:PROTO_BUFFER_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
114 output_buffer(PROTO_BUFFER_MAX_LEN, 0), in TestHarness()115 input_buffer(PROTO_BUFFER_MAX_LEN, 0), tty_fd(-1) { in TestHarness()125 verbosity(ERROR), output_buffer(PROTO_BUFFER_MAX_LEN, 0), in TestHarness()126 input_buffer(PROTO_BUFFER_MAX_LEN, 0), tty_fd(-1) { in TestHarness()254 if (msg_size + 2 > (int) PROTO_BUFFER_MAX_LEN) { in SendOneofProto()274 if (msg_size > (int) (PROTO_BUFFER_MAX_LEN - 2)) { in SendProto()355 } else if (decoder.frame_info.buffer_index >= PROTO_BUFFER_MAX_LEN) { in GetAhdlc()
37 const size_t PROTO_BUFFER_MAX_LEN = 512; variable53 uint8_t data[PROTO_BUFFER_MAX_LEN - 2]; // The payload of the message.