/src/usr.sbin/mtrace/ |
mtrace.c | 876 int g_lost, g_pct; local in function:stat_line 910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt)); 911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out; 923 g_lost, g_out, g_str, g_pps);
|
mtrace.c | 876 int g_lost, g_pct; local in function:stat_line 910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt)); 911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out; 923 g_lost, g_out, g_str, g_pps);
|
mtrace.c | 876 int g_lost, g_pct; local in function:stat_line 910 g_lost = g_out - (ntohl(s->tr_pktcnt) - ntohl(r->tr_pktcnt)); 911 if (g_out) g_pct = (g_lost * 100 + (g_out >> 1))/ g_out; 923 g_lost, g_out, g_str, g_pps);
|