Home
last modified time | relevance | path

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

/external/strace/tests/
Dnlattr_ifinfomsg.c134 .tx_heartbeat_errors = 0xbadebaaf, in main()
161 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in main()
195 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in main()
260 .tx_heartbeat_errors = 0xedaededdadcdea, in main()
287 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
321 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c134 .tx_heartbeat_errors = 0xbadebaaf, in main()
161 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in main()
195 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in main()
260 .tx_heartbeat_errors = 0xedaededdadcdea, in main()
287 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
321 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c134 .tx_heartbeat_errors = 0xbadebaaf, in main()
161 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in main()
195 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in main()
260 .tx_heartbeat_errors = 0xedaededdadcdea, in main()
287 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
321 PRINT_FIELD_U(", ", st64, tx_heartbeat_errors); in main()
/external/libnl/include/linux-private/linux/
Dif_link.h32 __u32 tx_heartbeat_errors; member
65 __u64 tx_heartbeat_errors; member
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h75 int tx_heartbeat_errors; member
Dif_link.h33 __u32 tx_heartbeat_errors; member
68 __u64 tx_heartbeat_errors; member
/external/strace/
Drtnl_link.c88 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in decode_rtnl_link_stats()
259 PRINT_FIELD_U(", ", st, tx_heartbeat_errors); in decode_rtnl_link_stats64()
/external/iproute2/include/uapi/linux/
Dif_link.h33 __u32 tx_heartbeat_errors; member
68 __u64 tx_heartbeat_errors; member
/external/libpcap/
Dpcap-dos.h198 DWORD tx_heartbeat_errors; member
/external/libpcap/pcap/
Dpcap.h210 u_long tx_heartbeat_errors; member
/external/iproute2/ip/
Dipaddress.c667 NULL, s->tx_heartbeat_errors); in print_link_stats64()
734 print_num(fp, 7, s->tx_heartbeat_errors); in print_link_stats64()
813 NULL, s->tx_heartbeat_errors); in print_link_stats32()
881 print_num(fp, 7, s->tx_heartbeat_errors); in print_link_stats32()
/external/libnl/lib/route/
Dlink.c336 link->l_stats[RTNL_LINK_TX_HBEAT_ERR] = st->tx_heartbeat_errors; in rtnl_link_info_parse()
379 link->l_stats[RTNL_LINK_TX_HBEAT_ERR] = st.tx_heartbeat_errors; in rtnl_link_info_parse()
/external/toybox/toys/pending/
Dip.c731 rtstat->tx_heartbeat_errors); in print_stats()