HomeSort by relevance Sort by last modified time
    Searched refs:rtstat (Results 1 - 4 of 4) sorted by null

  /external/iproute2/doc/
Makefile 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
  /external/iproute2/misc/
Makefile 44 ln -sf lnstat $(DESTDIR)$(SBINDIR)/rtstat
  /external/iproute2/man/man8/
Makefile 9 bridge.8 rtstat.8 ctstat.8 nstat.8 routef.8 \
  /external/toybox/toys/pending/
ip.c 706 static void print_stats(struct rtnl_link_stats *rtstat)
713 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors,
714 rtstat->rx_dropped, rtstat->rx_over_errors, rtstat->multicast);
718 line_feed, rtstat->rx_errors, rtstat->rx_length_errors,
719 rtstat->rx_crc_errors, rtstat->rx_frame_errors
    [all...]

Completed in 199 milliseconds