Searched refs:nrcvtimeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/ping/
H A Dping.c202 static long nrcvtimeout = 0; /* # of packets we got back after waittime */ variable
1227 ++nrcvtimeout;
1466 if (nrcvtimeout)
1467 (void)printf(", %ld packets out of wait time", nrcvtimeout);
H A Dping6.c249 static long nrcvtimeout = 0; /* # of packets we got back after waittime */ variable
1666 ++nrcvtimeout;
2342 if (nrcvtimeout)
2343 printf(", %ld packets out of wait time", nrcvtimeout);

Completed in 473 milliseconds