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

/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dsystm.c105 struct xsockstat_n *so_stat = NULL; local
170 so_stat = (struct xsockstat_n *)xgn;
251 rxbytes += so_stat->xst_tc_stats[i].rxbytes;
252 txbytes += so_stat->xst_tc_stats[i].txbytes;
302 rxbytes += so_stat->xst_tc_stats[i].rxbytes;
303 txbytes += so_stat->xst_tc_stats[i].txbytes;
H A Dinet.c217 struct xsockstat_n *so_stat = NULL; local
293 so_stat = (struct xsockstat_n *)xgn;
499 rxbytes += so_stat->xst_tc_stats[i].rxbytes;
500 txbytes += so_stat->xst_tc_stats[i].txbytes;
507 prioflag < SO_TC_STATS_MAX ? so_stat->xst_tc_stats[prioflag].rxbytes : 0,
508 prioflag < SO_TC_STATS_MAX ? so_stat->xst_tc_stats[prioflag].txbytes : 0);

Completed in 111 milliseconds