Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c129 .rx_fifo_errors = 0xddfdebad, in main()
156 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
190 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
255 .rx_fifo_errors = 0xeffbadefafdaeaab, in main()
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c129 .rx_fifo_errors = 0xddfdebad, in main()
156 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
190 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
255 .rx_fifo_errors = 0xeffbadefafdaeaab, in main()
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c129 .rx_fifo_errors = 0xddfdebad, in main()
156 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
190 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main()
255 .rx_fifo_errors = 0xeffbadefafdaeaab, in main()
282 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
316 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
/external/libnl/include/linux-private/linux/
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h68 int rx_fifo_errors; /* recv'r fifo overrun */ member
Dif_link.h26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/strace/
Drtnl_link.c82 PRINT_FIELD_U(", ", st, rx_fifo_errors); in decode_rtnl_link_stats()
253 PRINT_FIELD_U(", ", st, rx_fifo_errors); in decode_rtnl_link_stats64()
/external/iproute2/include/uapi/linux/
Dif_link.h26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libpcap/
Dpcap-dos.h191 DWORD rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libpcap/pcap/
Dpcap.h203 u_long rx_fifo_errors; /* recv'r fifo overrun */ member
/external/iproute2/ip/
Dipaddress.c629 NULL, s->rx_fifo_errors); in print_link_stats64()
700 print_num(fp, 7, s->rx_fifo_errors); in print_link_stats64()
774 NULL, s->rx_fifo_errors); in print_link_stats32()
848 print_num(fp, 7, s->rx_fifo_errors); in print_link_stats32()
/external/libnl/lib/route/
Dlink.c330 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st->rx_fifo_errors; in rtnl_link_info_parse()
373 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st.rx_fifo_errors; in rtnl_link_info_parse()
/external/toybox/toys/pending/
Dip.c720 rtstat->rx_fifo_errors, rtstat->rx_missed_errors); in print_stats()