Searched refs:packets_dropped (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/network_cmds-433/spray.tproj/
H A Dspray.c198 int packets_dropped = count - host_stats.counter; local
201 packets_dropped,
202 100.0 * packets_dropped / count );
/macosx-10.9.5/ntp-88/include/
H A Dntpd.h319 extern volatile u_long packets_dropped; /* total number of packets dropped on reception */
H A Dntpd.h.orig319 extern volatile u_long packets_dropped; /* total number of packets dropped on reception */
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_io.c138 volatile u_long packets_dropped; /* total number of packets dropped on reception */ variable
3050 packets_dropped++;
3206 packets_dropped++;
3779 packets_dropped = 0;
H A Dntp_request.c1239 io->dropped = htonl((u_int32)packets_dropped);

Completed in 90 milliseconds