Home
last modified time | relevance | path

Searched refs:rx_over_errors (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests/
Dnlattr_ifinfomsg.c126 .rx_over_errors = 0xafbafabc, in main()
153 PRINT_FIELD_U(", ", st, rx_over_errors); in main()
187 PRINT_FIELD_U(", ", st, rx_over_errors); in main()
252 .rx_over_errors = 0xbbdcdadebadeaeed, in main()
279 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
313 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c126 .rx_over_errors = 0xafbafabc, in main()
153 PRINT_FIELD_U(", ", st, rx_over_errors); in main()
187 PRINT_FIELD_U(", ", st, rx_over_errors); in main()
252 .rx_over_errors = 0xbbdcdadebadeaeed, in main()
279 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
313 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c126 .rx_over_errors = 0xafbafabc, in main()
153 PRINT_FIELD_U(", ", st, rx_over_errors); in main()
187 PRINT_FIELD_U(", ", st, rx_over_errors); in main()
252 .rx_over_errors = 0xbbdcdadebadeaeed, in main()
279 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
313 PRINT_FIELD_U(", ", st64, rx_over_errors); in main()
/external/libnl/include/linux-private/linux/
Dif_link.h22 __u32 rx_over_errors; /* receiver ring buff overflow */ member
55 __u64 rx_over_errors; /* receiver ring buff overflow */ member
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h65 int rx_over_errors; /* receiver ring buff overflow */ member
Dif_link.h23 __u32 rx_over_errors; /* receiver ring buff overflow */ member
58 __u64 rx_over_errors; /* receiver ring buff overflow */ member
/external/strace/
Drtnl_link.c79 PRINT_FIELD_U(", ", st, rx_over_errors); in decode_rtnl_link_stats()
250 PRINT_FIELD_U(", ", st, rx_over_errors); in decode_rtnl_link_stats64()
/external/iproute2/include/uapi/linux/
Dif_link.h23 __u32 rx_over_errors; /* receiver ring buff overflow */ member
58 __u64 rx_over_errors; /* receiver ring buff overflow */ member
/external/libpcap/
Dpcap-dos.h187 DWORD rx_over_errors; /* recv'r overrun error */ member
/external/libpcap/pcap/
Dpcap.h200 u_long rx_over_errors; /* receiver ring buff overflow */ member
/external/iproute2/ip/
Dipaddress.c609 print_uint(PRINT_JSON, "over_errors", NULL, s->rx_over_errors); in print_link_stats64()
685 print_num(fp, 7, s->rx_over_errors); in print_link_stats64()
754 print_uint(PRINT_JSON, "over_errors", NULL, s->rx_over_errors); in print_link_stats32()
834 print_num(fp, 7, s->rx_over_errors); in print_link_stats32()
/external/libnl/lib/route/
Dlink.c327 link->l_stats[RTNL_LINK_RX_OVER_ERR] = st->rx_over_errors; in rtnl_link_info_parse()
370 link->l_stats[RTNL_LINK_RX_OVER_ERR] = st.rx_over_errors; in rtnl_link_info_parse()
/external/toybox/toys/pending/
Dip.c714 rtstat->rx_dropped, rtstat->rx_over_errors, rtstat->multicast); in print_stats()