Searched defs:packets_dropped (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dstats.h33 int packets_dropped; member in struct:webrtc::test::FrameStatistic
/external/chromium_org/net/tools/quic/
H A Dquic_server.h58 // 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
H A Dquic_server.cc213 uint32* packets_dropped) {
222 packets_dropped,
210 ReadAndDispatchSinglePacket(int fd, int port, ProcessPacketInterface* processor, uint32* packets_dropped) argument
/external/chromium_org/net/quic/
H A Dquic_connection_stats.h45 uint32 packets_dropped; // Duplicate or less than least unacked. member in struct:net::QuicConnectionStats
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.h112 * packets_dropped - radiusAuthClientPacketsDropped or radiusAccClientPacketsDropped
114 u32 packets_dropped; member in struct:hostapd_radius_server
H A Dradius_server.c55 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++;
1908 data->counters.packets_dropped,
1966 cli->counters.packets_dropped,
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.h112 * packets_dropped - radiusAuthClientPacketsDropped or radiusAccClientPacketsDropped
114 u32 packets_dropped; member in struct:hostapd_radius_server
H A Dradius_server.c55 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++;
1908 data->counters.packets_dropped,
1966 cli->counters.packets_dropped,
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.h112 * packets_dropped - radiusAuthClientPacketsDropped or radiusAccClientPacketsDropped
114 u32 packets_dropped; member in struct:hostapd_radius_server
H A Dradius_server.c55 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++;
1908 data->counters.packets_dropped,
1966 cli->counters.packets_dropped,

Completed in 7166 milliseconds