HomeSort by relevance Sort by last modified time
    Searched refs:packets_sent_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
connection_tester.cc 144 packets_sent_(0),
176 if (packets_sent_ >= message_count_) {
185 sent_packets_[packets_sent_] = packet;
187 memcpy(packet->data(), &packets_sent_, sizeof(packets_sent_));
207 packets_sent_++;
connection_tester.h 101 int packets_sent_; member in class:remoting::protocol::DatagramConnectionTester

Completed in 473 milliseconds