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

  /external/chromium_org/net/quic/
quic_stats.h 40 uint32 packets_dropped; // duplicate or less than least unacked. member in struct:net::QuicConnectionStats
  /external/chromium_org/net/tools/quic/
quic_server.h 53 // If packets_dropped is non-null, the socket is configured to track
58 int* packets_dropped);
72 int packets_dropped() { return packets_dropped_; } function in class:net::tools::QuicServer
quic_client.h 105 int packets_dropped() { return packets_dropped_; } function in class:net::tools::QuicClient
  /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 50 u32 packets_dropped; member in struct:radius_server_counters
767 data->counters.packets_dropped++;
768 client->counters.packets_dropped++;
807 data->counters.packets_dropped++;
808 client->counters.packets_dropped++;
854 data->counters.packets_dropped++;
855 client->counters.packets_dropped++;
    [all...]

Completed in 4162 milliseconds