/external/strace/tests-m32/ |
D | nlattr_ifinfomsg.c | 108 .rx_fifo_errors = 0xddfdebad, in main() 158 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main() 192 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main() 257 .rx_fifo_errors = 0xeffbadefafdaeaab, in main() 284 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main() 318 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
|
/external/strace/tests/ |
D | nlattr_ifinfomsg.c | 108 .rx_fifo_errors = 0xddfdebad, in main() 158 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main() 192 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main() 257 .rx_fifo_errors = 0xeffbadefafdaeaab, in main() 284 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main() 318 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
|
/external/strace/tests-mx32/ |
D | nlattr_ifinfomsg.c | 108 .rx_fifo_errors = 0xddfdebad, in main() 158 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main() 192 PRINT_FIELD_U(", ", st, rx_fifo_errors); in main() 257 .rx_fifo_errors = 0xeffbadefafdaeaab, in main() 284 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main() 318 PRINT_FIELD_U(", ", st64, rx_fifo_errors); in main()
|
/external/u-boot/include/linux/ |
D | netdevice.h | 46 unsigned long rx_fifo_errors; /* recv'r fifo overrun */ member
|
/external/libnl/include/linux-private/linux/ |
D | if_link.h | 25 __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/ |
D | if_hippi.h | 68 int rx_fifo_errors; /* recv'r fifo overrun */ member
|
D | if_link.h | 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member 61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
|
/external/iproute2/include/uapi/linux/ |
D | if_link.h | 26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member 61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
|
/external/libpcap/ |
D | pcap-dos.h | 191 DWORD rx_fifo_errors; /* recv'r fifo overrun */ member
|
/external/strace/ |
D | rtnl_link.c | 98 PRINT_FIELD_U(", ", st, rx_fifo_errors); in decode_rtnl_link_stats() 474 PRINT_FIELD_U(", ", st, rx_fifo_errors); in decode_rtnl_link_stats64()
|
/external/libpcap/pcap/ |
D | pcap.h | 240 u_long rx_fifo_errors; /* recv'r fifo overrun */ member
|
/external/iproute2/ip/ |
D | ipaddress.c | 629 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/ |
D | link.c | 330 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/ |
D | ip.c | 720 rtstat->rx_fifo_errors, rtstat->rx_missed_errors); in print_stats()
|