Home
last modified time | relevance | path

Searched refs:rx_errors (Results 1 – 15 of 15) sorted by relevance

/external/tcpdump/tests/
Dof10_p3295-vv.out741 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
742 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
743 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
744 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
745 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
746 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
747 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
748 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
749 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
750 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 0, tx_errors 0, …
[all …]
Dof10_s4810-vvvv.out899 …s 8061, rx_bytes 16090662, tx_bytes 515904, rx_dropped 0, tx_dropped 0, rx_errors 1844674407370955…
904 …ts 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_errors 1844674407370955…
/external/kernel-headers/original/uapi/linux/
Dhdlcdrv.h47 unsigned long rx_errors; member
Dif_hippi.h57 int rx_errors; /* bad packets received */ member
Dppp-ioctl.h78 __aligned_u64 rx_errors; member
Dif_link.h13 __u32 rx_errors; /* bad packets received */ member
46 __u64 rx_errors; /* bad packets received */ member
Dopenvswitch.h112 __u64 rx_errors; /* bad packets received */ member
/external/libnl/include/linux/
Dif_link.h13 __u32 rx_errors; /* bad packets received */ member
/external/iproute2/include/linux/
Dif_link.h13 __u32 rx_errors; /* bad packets received */ member
46 __u64 rx_errors; /* bad packets received */ member
/external/libpcap/
Dpcap-dos.h179 DWORD rx_errors; /* bad packets received */ member
Dpcap-dos.c377 stats->rx_errors; /* HW errors */ in pcap_stats_dos()
1124 stats->rx_errors = pktStat.lost; in pkt_stats()
/external/libpcap/pcap/
Dpcap.h187 u_long rx_errors; /* bad packets received */ member
/external/libnl/lib/route/
Dlink.c298 link->l_stats[RTNL_LINK_RX_ERRORS] = st->rx_errors; in link_msg_parser()
1068 __ADD(RTNL_LINK_RX_ERRORS, rx_errors)
/external/iproute2/ip/
Dipaddress.c474 print_num(fp, 7, s->rx_errors); in print_link_stats64()
539 print_num(fp, 7, s->rx_errors); in print_link_stats32()
/external/toybox/toys/pending/
Dip.c713 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors, in print_stats()
718 line_feed, rtstat->rx_errors, rtstat->rx_length_errors, in print_stats()