HomeSort by: relevance | last modified time | path
    Searched defs:nreceived (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
ping.c 192 static int nreceived; /* # of packets we got back */ variable in typeref:typename:int
819 } while (nreceived < npackets
820 && (nreceived == 0 || !(pingflags & F_ONCE)));
1103 nreceived++;
1128 nrepeats++, nreceived--;
1400 (void)printf("%d packets received, ", nreceived);
1404 if (nreceived > ntransmitted)
1408 (((ntransmitted-nreceived)*100.0) /
1412 if (nreceived && (pingflags & (F_TIMING|F_TIMING64))) {
1413 double n = nreceived + nrepeats
    [all...]
  /src/sbin/ping6/
ping6.c 214 static long nreceived; /* # of packets we got back */ variable in typeref:typename:long
1025 if (npackets && nreceived >= npackets)
1027 if (nreceived != 0 && (options & F_ONCE))
1034 exit(nreceived != orig_npackets);
1036 exit(nreceived == 0);
1341 ++nreceived;
1351 nreceived--;
1364 --nreceived;
1411 ++nreceived;
1414 --nreceived;
    [all...]

Completed in 13 milliseconds