HomeSort by relevance Sort by last modified time
    Searched refs:rx_fifo_errors (Results 1 - 17 of 17) sorted by null

  /external/strace/tests/
nlattr_ifinfomsg.c 129 .rx_fifo_errors = 0xddfdebad,
156 PRINT_FIELD_U(", ", st, rx_fifo_errors);
190 PRINT_FIELD_U(", ", st, rx_fifo_errors);
255 .rx_fifo_errors = 0xeffbadefafdaeaab,
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors);
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors);
  /external/strace/tests-m32/
nlattr_ifinfomsg.c 129 .rx_fifo_errors = 0xddfdebad,
156 PRINT_FIELD_U(", ", st, rx_fifo_errors);
190 PRINT_FIELD_U(", ", st, rx_fifo_errors);
255 .rx_fifo_errors = 0xeffbadefafdaeaab,
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors);
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors);
  /external/strace/tests-mx32/
nlattr_ifinfomsg.c 129 .rx_fifo_errors = 0xddfdebad,
156 PRINT_FIELD_U(", ", st, rx_fifo_errors);
190 PRINT_FIELD_U(", ", st, rx_fifo_errors);
255 .rx_fifo_errors = 0xeffbadefafdaeaab,
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors);
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors);
  /bionic/libc/kernel/uapi/linux/
if_hippi.h 41 int rx_fifo_errors; member in struct:hipnet_statistics
if_link.h 38 __u32 rx_fifo_errors; member in struct:rtnl_link_stats
64 __u64 rx_fifo_errors; member in struct:rtnl_link_stats64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_link.h 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats64
if_hippi.h 67 int rx_fifo_errors; /* recv'r fifo overrun */ member in struct:hipnet_statistics
  /external/kernel-headers/original/uapi/linux/
if_hippi.h 68 int rx_fifo_errors; /* recv'r fifo overrun */ member in struct:hipnet_statistics
if_link.h 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats64
  /external/libnl/include/linux-private/linux/
if_link.h 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats64
  /external/libpcap/
pcap-dos.h 191 DWORD rx_fifo_errors; /* recv'r fifo overrun */ member in struct:net_device_stats
  /external/iproute2/include/uapi/linux/
if_link.h 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member in struct:rtnl_link_stats64
  /external/strace/
rtnl_link.c 82 PRINT_FIELD_U(", ", st, rx_fifo_errors);
253 PRINT_FIELD_U(", ", st, rx_fifo_errors);
  /external/libpcap/pcap/
pcap.h 203 u_long rx_fifo_errors; /* recv'r fifo overrun */ member in struct:pcap_stat_ex
  /external/iproute2/ip/
ipaddress.c 629 NULL, s->rx_fifo_errors);
700 print_num(fp, 7, s->rx_fifo_errors);
774 NULL, s->rx_fifo_errors);
848 print_num(fp, 7, s->rx_fifo_errors);
    [all...]
  /external/libnl/lib/route/
link.c 330 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st->rx_fifo_errors;
373 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st.rx_fifo_errors;
    [all...]
  /external/toybox/toys/pending/
ip.c 720 rtstat->rx_fifo_errors, rtstat->rx_missed_errors);
    [all...]

Completed in 396 milliseconds