Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/include/
HDntpd.h418 extern u_long packets_notsent; /* total number of packets which couldn't be sent */
/freebsd-head/contrib/ntp/ntpd/
HDntp_io.c167 u_long packets_notsent; /* total number of packets which couldn't be sent */ variable
3261 packets_notsent++;
4418 packets_notsent = 0;
HDntp_request.c1218 io->notsent = htonl((u_int32)packets_notsent); in io_stats()
HDntp_control.c2475 ctl_putuint(sys_var[varid].text, packets_notsent); in ctl_putsys()