Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/include/
H A Dntpd.h418 extern u_long packets_notsent; /* total number of packets which couldn't be sent */
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c167 u_long packets_notsent; /* total number of packets which couldn't be sent */ variable
3263 packets_notsent++;
4420 packets_notsent = 0;
H A Dntp_request.c1218 io->notsent = htonl((u_int32)packets_notsent); in io_stats()
H A Dntp_control.c2475 ctl_putuint(sys_var[varid].text, packets_notsent); in ctl_putsys()