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

/netbsd-current/usr.bin/systat/
H A Dip.c136 u_quad_t totalout; local
138 totalout = curstat.i[IP_STAT_FORWARD] + curstat.i[IP_STAT_LOCALOUT];
141 mvwprintw(wnd, 0, 35, "%9llu", (unsigned long long)totalout);

Completed in 162 milliseconds