HomeSort by relevance Sort by last modified time
    Searched defs:rx_packets (Results 1 - 25 of 52) sorted by null

1 2 3

  /hardware/broadcom/wlan/bcm4329/src/dongle/
dngl_stats.h 32 unsigned long rx_packets; /* total packets received */ member in struct:__anon9408
  /bionic/libc/kernel/common/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
if_hippi.h 28 int rx_packets; member in struct:hipnet_statistics
if_tr.h 43 unsigned long rx_packets; member in struct:tr_statistics
  /development/ndk/platforms/android-3/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
if_hippi.h 28 int rx_packets; member in struct:hipnet_statistics
if_tr.h 43 unsigned long rx_packets; member in struct:tr_statistics
  /external/iproute2/include/linux/
netdevice.h 43 unsigned long rx_packets; /* total packets received */ member in struct:net_device_stats
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netdevice.h 79 unsigned long rx_packets; /* total packets received */ member in struct:net_device_stats
hdlcdrv.h 46 unsigned long rx_packets; member in struct:hdlcdrv_channel_state
if_hippi.h 55 int rx_packets; /* total packets received */ member in struct:hipnet_statistics
if_tr.h 57 unsigned long rx_packets; /* total packets received */ member in struct:tr_statistics
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
if_hippi.h 28 int rx_packets; member in struct:hipnet_statistics
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
netdevice.h 31 unsigned long rx_packets; member in struct:net_device_stats
  /system/core/toolbox/
iftop.c 60 unsigned int rx_packets; member in struct:if_stats
160 "%*u %*u\n", &ifs->rx_bytes, &ifs->rx_packets,
201 if (old->rx_packets || old->tx_packets) {
205 new->rx_packets - old->rx_packets,
  /external/iproute2/ip/
ip6tunnel.c 270 unsigned long rx_bytes, rx_packets, rx_errs, rx_drops, local
284 &rx_bytes, &rx_packets, &rx_errs, &rx_drops,
313 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
iptunnel.c 387 unsigned long rx_bytes, rx_packets, rx_errs, rx_drops, local
413 &rx_bytes, &rx_packets, &rx_errs, &rx_drops,
441 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
  /external/kernel-headers/original/linux/
if_hippi.h 55 int rx_packets; /* total packets received */ member in struct:hipnet_statistics
if_tr.h 68 unsigned long rx_packets; /* total packets received */ member in struct:tr_statistics
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
if_tr.h 60 unsigned long rx_packets; /* total packets received */ member in struct:tr_statistics

Completed in 1296 milliseconds

1 2 3