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

/freebsd-10.2-release/usr.bin/systat/
H A Dnetstat.c110 u_int ni_sndcc; /* snd buffer character count */ member in struct:netinfo
337 p->ni_sndcc = so->so_snd.sb_cc;
348 p->ni_sndcc = so->so_snd.sb_cc;
513 mvwprintw(wnd, p->ni_line, SNDCC, "%6u", p->ni_sndcc);

Completed in 105 milliseconds