Home
last modified time | relevance | path

Searched refs:rx_errors (Results 1 – 14 of 14) 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/iproute2/include/linux/
Dif_link.h13 __u32 rx_errors; /* bad packets received */ member
46 __u64 rx_errors; /* bad packets received */ member
/external/kernel-headers/original/uapi/linux/
Dhdlcdrv.h47 unsigned long rx_errors; member
Dif_link.h13 __u32 rx_errors; /* bad packets received */ member
46 __u64 rx_errors; /* bad packets received */ member
Dif_hippi.h57 int rx_errors; /* bad packets received */ member
Dppp-ioctl.h78 __aligned_u64 rx_errors; 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/libpcap/
Dpcap-dos.h181 DWORD rx_errors; /* bad packets received */ member
Dpcap-dos.c379 stats->rx_errors; /* HW errors */ in pcap_stats_dos()
1126 stats->rx_errors = pktStat.lost; in pkt_stats()
/external/libpcap/pcap/
Dpcap.h189 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.c276 (uint64_t)s->rx_errors, in print_link_stats64()
323 s->rx_bytes, s->rx_packets, s->rx_errors, in print_link_stats()