HomeSort by relevance Sort by last modified time
    Searched defs:packets_dropped (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
stats.h 33 int packets_dropped; member in struct:webrtc::test::FrameStatistic
  /external/chromium_org/net/tools/quic/
quic_server.h 58 // If packets_dropped is non-null, the socket is configured to track
63 uint32* packets_dropped);
79 uint32 packets_dropped() { return packets_dropped_; } function in class:net::tools::QuicServer
  /external/chromium_org/net/quic/
quic_connection_stats.h 45 uint32 packets_dropped; // Duplicate or less than least unacked. member in struct:net::QuicConnectionStats
  /external/wpa_supplicant_8/src/radius/
radius_client.h 112 * packets_dropped - radiusAuthClientPacketsDropped or radiusAccClientPacketsDropped
114 u32 packets_dropped; member in struct:hostapd_radius_server
radius_server.c 55 u32 packets_dropped; member in struct:radius_server_counters
1053 data->counters.packets_dropped++;
1054 client->counters.packets_dropped++;
1093 data->counters.packets_dropped++;
1094 client->counters.packets_dropped++;
1148 data->counters.packets_dropped++;
1149 client->counters.packets_dropped++;
    [all...]

Completed in 8006 milliseconds