Searched refs:packets_notsent (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ntp/include/
H A Dntpd.h374 extern u_long packets_notsent; /* total number of packets which couldn't be sent */
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c167 u_long packets_notsent; /* total number of packets which couldn't be sent */ variable
3166 packets_notsent++;
4296 packets_notsent = 0;
H A Dntp_request.c1214 io->notsent = htonl((u_int32)packets_notsent);
H A Dntp_control.c2497 ctl_putuint(sys_var[varid].text, packets_notsent);

Completed in 75 milliseconds