Home
last modified time | relevance | path

Searched refs:datagram_len (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/wifilogd/
Dmain_loop.cpp53 size_t datagram_len; in RunOnce() local
55 std::tie(datagram_len, err) = in RunOnce()
62 if (datagram_len > protocol::kMaxMessageSize) { in RunOnce()
64 datagram_len = protocol::kMaxMessageSize; in RunOnce()
67 command_processor_->ProcessCommand(input_buf.data(), datagram_len, in RunOnce()