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

/freebsd-10.1-release/usr.bin/systat/
H A Dicmp.c177 u_long totalin, totalout; local
182 for (i = totalin = totalout = 0; i <= ICMP_MAXTYPE; i++) {
184 totalout += stats.icps_outhist[i];
189 mvwprintw(wnd, 1, 35, "%9lu", totalout);
H A Dicmp6.c174 u_long totalin, totalout; local
179 for (i = totalin = totalout = 0; i <= ICMP6_MAXTYPE; i++) {
181 totalout += stats.icp6s_outhist[i];
186 mvwprintw(wnd, 1, 35, "%9lu", totalout);
H A Dip.c204 u_long totalout; local
207 totalout = stats.i.ips_forward + stats.i.ips_localout;
213 mvwprintw(wnd, 1, 35, "%9lu", totalout);
H A Dip6.c191 u_long totalout; local
194 totalout = stats.ip6s_forward + stats.ip6s_localout;
200 mvwprintw(wnd, 1, 35, "%9lu", totalout);

Completed in 187 milliseconds