Home
last modified time | relevance | path

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

/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.h67 int rx_fifo_errors; /* recv'r fifo overrun */ member
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
60 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/iproute2/include/linux/
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
58 __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.c490 print_num(fp, 7, s->rx_fifo_errors); in print_link_stats64()
554 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()