HomeSort by relevance Sort by last modified time
    Searched refs:net_device_stats (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
netdevice.h 29 struct net_device_stats struct
  /development/ndk/platforms/android-3/include/linux/
netdevice.h 29 struct net_device_stats struct
  /external/iproute2/include/linux/
netdevice.h 41 struct net_device_stats struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
netdevice.h 29 struct net_device_stats struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
netdevice.h 29 struct net_device_stats struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
netdevice.h 29 struct net_device_stats struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
netdevice.h 29 struct net_device_stats struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
netdevice.h 29 struct net_device_stats struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
netdevice.h 29 struct net_device_stats struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netdevice.h 77 struct net_device_stats struct
  /external/kernel-headers/original/linux/
if_tun.h 44 struct net_device_stats stats;
if_vlan.h 119 struct net_device_stats dev_stats; /* Device stats (rx-bytes, tx-pkts, etc...) */
126 static inline struct net_device_stats *vlan_dev_get_stats(struct net_device *dev)
156 struct net_device_stats *stats;
if_fddi.h 111 struct net_device_stats gen;
wanrouter.h 495 struct net_device_stats stats; /* interface statistics */
netdevice.h 108 struct net_device_stats struct
336 struct net_device_stats* (*get_stats)(struct net_device *dev);
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
WlanDrvIf.h 115 struct net_device_stats stats; /* The driver's statistics for OS reports. */
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
WlanDrvIf.h 113 struct net_device_stats stats; /* The driver's statistics for OS reports. */
  /external/libpcap/
pcap-dos.c 340 struct net_device_stats *stats;
1081 struct net_device_stats *stats = (struct net_device_stats*) dev->priv;
1096 struct net_device_stats *stats = (struct net_device_stats*) dev->priv;
1120 dev->priv = calloc (sizeof(struct net_device_stats), 1);
1153 static struct net_device_stats stats;
    [all...]
pcap-dos.h 176 typedef struct net_device_stats { struct
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 269 struct net_device_stats stats;
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 97 static struct net_device_stats *wlanDrvIf_NetGetStat(struct net_device *dev);
227 static struct net_device_stats *wlanDrvIf_NetGetStat (struct net_device *dev)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 97 static struct net_device_stats *wlanDrvIf_NetGetStat(struct net_device *dev);
226 static struct net_device_stats *wlanDrvIf_NetGetStat (struct net_device *dev)
  /external/iproute2/misc/
ifstat.c 51 #define MAXS (sizeof(struct net_device_stats)/sizeof(unsigned long))
  /external/grub/netboot/
tlan.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c 156 static struct net_device_stats * tiwlan_drv_net_get_stats(struct net_device * dev);
765 struct net_device_stats * tiwlan_drv_net_get_stats(struct net_device * dev)
    [all...]

Completed in 1663 milliseconds

1 2