Searched refs:show_stat (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | if.c | 215 show_stat(const char *fmt, int width, const char *name, in show_stat() function 493 show_stat("lu", 6, "mtu", IFA_MTU(ifa), IFA_MTU(ifa), 0); in intpr() 499 show_stat("lu", npkt_len, "received-packets", in intpr() 501 show_stat("lu", nerr_len, "received-errors", IFA_STAT(ierrors), in intpr() 503 show_stat("lu", nerr_len, "dropped-packets", IFA_STAT(iqdrops), in intpr() 506 show_stat("lu", nbyte_len, "received-bytes", in intpr() 508 show_stat("lu", npkt_len, "sent-packets", IFA_STAT(opackets), in intpr() 510 show_stat("lu", nerr_len, "send-errors", IFA_STAT(oerrors), in intpr() 513 show_stat("lu", nbyte_len, "sent-bytes", in intpr() 515 show_stat("NRSlu", nerr_len, "collisions", IFA_STAT(collisions), in intpr() [all …]
|
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 516 show_stat(stat_t *sp, const char *what) in show_stat() function 627 show_stat(sp, w); in show_stats()
|