Searched refs:npackets (Results 1 – 3 of 3) sorted by relevance
1016 size_t npackets = 0, i; in ax_packetid() local1020 for (npackets = 0; ax->ax_packetids[npackets] != 0; npackets++) in ax_packetid()1023 if (ax->ax_packetidsize == 0 || npackets == ax->ax_packetidsize - 1) { in ax_packetid()1041 ax->ax_packetids[npackets] = packetid; in ax_packetid()
185 int64_t npackets; /* max packets to transmit */ variable304 npackets = strtonum(optarg, 0, INT64_MAX, &errstr); in main()966 if (npackets && nreceived >= npackets) in main()1118 if (npackets && ntransmitted >= npackets) in pinger()
643 int npackets = 0; in qe_rint() local657 npackets++; in qe_rint()672 if (npackets == 0 && sc->sc_debug) in qe_rint()