HomeSort by relevance Sort by last modified time
    Searched defs:npackets (Results 1 - 2 of 2) sorted by null

  /external/ping/
ping.c 86 long npackets; /* max packets to transmit */ variable
176 npackets = atoi(optarg);
177 if (npackets <= 0) {
357 if (exiting || (npackets && ntransmitted >= npackets && !deadline))
591 if (npackets && nreceived + nerrors >= npackets)
896 exit(!nreceived || (deadline && nreceived < npackets));
    [all...]
  /external/ping6/
ping6.c 239 long npackets; /* max packets to transmit */ variable
417 npackets = strtol(optarg, &e, 10);
418 if (npackets <= 0 || *optarg == '\0' || *e != '\0')
1143 if (npackets && nreceived >= npackets)
    [all...]

Completed in 38 milliseconds