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

/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c30 int nreceived = 0; variable
70 nreceived++;
148 if (nreceived != sigqueue_max) {
149 test_failed(test_name, "nreceived != sigqueue_max\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h112 extern int nreceived;
H A Dping.c203 int nreceived; /* # of packets we got back from target host */ variable
2433 Printf("%d packets received, ", nreceived);
2435 if (nreceived <= ntransmitted) {
2437 (int)(((ntransmitted-nreceived)*100) /
2441 (double)nreceived / (double)ntransmitted);
2447 if ((datalen >= sizeof (struct timeval)) && (nreceived > 0)) {
2448 double mean = (double)tsum / nreceived;
2449 double smean = (double)tsum2 / nreceived;
2451 sqrt(((smean - mean*mean) * nreceived) / (nreceived
[all...]
H A Dping_aux.c355 nreceived++;
555 nreceived++;
866 nreceived++;
H A Dping_aux6.c391 nreceived++;
694 nreceived++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1610 int nreceived = 0; local
1706 record_stats(rtt, &nreceived, &rttmin,
1772 print_stats(probe, nreceived, rttmin, rttmax, rttsum,
2037 record_stats(double rtt, int *nreceived, double *rttmin, double *rttmax, argument
2040 if (*nreceived == 0) {
2056 (*nreceived)++;
2063 print_stats(int ntransmitted, int nreceived, double rttmin, double rttmax, argument
2069 if (ntransmitted > 0 && ntransmitted >= nreceived) {
2070 int missed = ntransmitted - nreceived;
2073 if (nreceived >
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c221 int nreceived = 0; variable
535 if (!forever && nreceived == 0)
904 nreceived++;
992 nreceived++;
1067 logtrace("%d packets received, ", nreceived);

Completed in 89 milliseconds