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

/macosx-10.10.1/network_cmds-457/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.10.1/ntp-92/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.10.1/ntp-92/ntpd/
H A Dntp_io.c140 volatile u_long packets_dropped; /* total number of packets dropped on reception */ variable
3086 packets_dropped++;
3242 packets_dropped++;
3815 packets_dropped = 0;
H A Dntp_request.c1239 io->dropped = htonl((u_int32)packets_dropped);

Completed in 100 milliseconds