Home
last modified time | relevance | path

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

/haiku/src/bin/network/ping/
H A Dping.c185 static long snpackets; /* max packets to transmit in one sweep */ variable
816 snpackets = npackets; in ping()
819 snpackets = 1; in ping()
987 if (sweepmax && sntransmitted == snpackets) { in ping()