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

/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c540 u_long ift_oe; /* output errors */ member in struct:iftot
645 show_stat("lu", 5, ifnet.if_oerrors - ip->ift_oe, 1);
658 ip->ift_oe = ifnet.if_oerrors;
668 sum->ift_oe = 0;
684 sum->ift_oe += ifnet.if_oerrors;
696 show_stat("lu", 5, sum->ift_oe - total->ift_oe, 1);

Completed in 61 milliseconds