Home | History | Annotate | Download | only in wifilogd

Lines Matching refs:protocol

32 #include "wifilogd/protocol.h"
137 if (n_bytes_read < sizeof(protocol::Command)) {
143 CopyFromBufferOrDie<protocol::Command>(input_buffer, n_bytes_read);
145 using protocol::Opcode;
170 SAFELY_CLAMP(command_len_in, uint16_t, 0, protocol::kMaxMessageSize);
175 protocol::kMaxMessageSize,
195 ByteBuffer<sizeof(TimestampHeader) + protocol::kMaxMessageSize>()
217 buffer_reader.CopyOutOrDie<protocol::Command>();
226 using protocol::Opcode;
258 if (buffer_reader.size() < sizeof(protocol::AsciiMessage)) {
264 buffer_reader.CopyOutOrDie<protocol::AsciiMessage>();