Searched refs:show_stat (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/netstat/
H A Dif.c195 show_stat(const char *fmt, int width, const char *name, function
367 show_stat("lu", 6, "mtu", IFA_MTU(ifa), IFA_MTU(ifa), 0);
417 show_stat("lu", 8, "received-packets", IFA_STAT(ipackets),
419 show_stat("lu", 5, "received-errors", IFA_STAT(ierrors),
421 show_stat("lu", 5, "dropped-packets", IFA_STAT(iqdrops),
424 show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes),
426 show_stat("lu", 8, "sent-packets", IFA_STAT(opackets),
428 show_stat("lu", 5, "send-errors", IFA_STAT(oerrors), link, 1);
430 show_stat("lu", 10, "sent-bytes", IFA_STAT(obytes),
432 show_stat("NRSl
[all...]
/freebsd-13-stable/contrib/pjdfstest/
H A Dpjdfstest.c516 show_stat(stat_t *sp, const char *what) function
627 show_stat(sp, w);

Completed in 57 milliseconds