Searched refs:nrcvtimeout (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sbin/ping/
H A Dping.c194 static long nrcvtimeout = 0; /* # of packets we got back after waittime */ variable
1185 ++nrcvtimeout;
1482 if (nrcvtimeout)
1483 (void)printf(", %ld packets out of wait time", nrcvtimeout);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c234 static long nrcvtimeout = 0; /* # of packets we got back after waittime */ variable
1548 ++nrcvtimeout;
2247 if (nrcvtimeout)
2248 printf(", %ld packets out of wait time", nrcvtimeout);

Completed in 241 milliseconds