Home
last modified time | relevance | path

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

/dragonfly/sbin/ping/
H A Dping.c161 long snpackets; /* max packets to transmit in one sweep */ variable
637 snpackets = npackets; in main()
640 snpackets = 1; in main()
797 if (sweepmax && sntransmitted == snpackets) { in main()