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

  /external/iputils/
ping_common.h 138 extern long npackets; /* max packets to transmit */
227 if (npackets && ntransmitted >= npackets && !deadline)
ping_common.c 20 long npackets; /* max packets to transmit */ variable
263 npackets = atoi(optarg);
264 if (npackets <= 0) {
477 if (exiting || (npackets && ntransmitted >= npackets && !deadline))
743 if (npackets && nreceived + nerrors >= npackets)
1061 exit(!nreceived || (deadline && nreceived < npackets));

Completed in 1843 milliseconds