Searched refs:nreceived (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sbin/ping/
H A Dping.c190 static long nmissedmax; /* max value of ntransmitted - nreceived - 1 */
192 static long nreceived; /* # of packets we got back */ variable
978 if ((options & F_ONCE && nreceived) ||
979 (npackets && nreceived >= npackets))
999 if (nreceived) {
1009 if (ntransmitted - nreceived - 1 > nmissedmax) {
1010 nmissedmax = ntransmitted - nreceived - 1;
1036 _exit(nreceived ? 0 : 2);
1184 ++nreceived;
1216 --nreceived;
[all...]
H A Dping6.c241 static long nmissedmax; /* max value of ntransmitted - nreceived - 1 */
243 static long nreceived; /* # of packets we got back */ variable
1247 if (((options & F_ONCE) != 0 && nreceived > 0) ||
1248 (npackets > 0 && nreceived >= npackets))
1265 if (nreceived) {
1276 if (ntransmitted - nreceived - 1 > nmissedmax) {
1277 nmissedmax = ntransmitted - nreceived - 1;
1293 if (nreceived > 0)
1637 ++nreceived;
1655 --nreceived;
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1869 int nreceived = 0;
2016 if (! ((limit > 0) && (nest_level == 0) && (++nreceived > limit))
1868 int nreceived = 0; local

Completed in 63 milliseconds