Home
last modified time | relevance | path

Searched refs:npackets (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libagentx/
H A Dax.c1016 size_t npackets = 0, i; in ax_packetid() local
1020 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()
/openbsd/sbin/ping/
H A Dping.c185 int64_t npackets; /* max packets to transmit */ variable
304 npackets = strtonum(optarg, 0, INT64_MAX, &errstr); in main()
966 if (npackets && nreceived >= npackets) in main()
1118 if (npackets && ntransmitted >= npackets) in pinger()
/openbsd/sys/dev/sbus/
H A Dqe.c643 int npackets = 0; in qe_rint() local
657 npackets++; in qe_rint()
672 if (npackets == 0 && sc->sc_debug) in qe_rint()