HomeSort by: relevance | last modified time | path
    Searched refs:packets_notsent (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntpd.h 420 extern u_long packets_notsent; /* total number of packets which couldn't be sent */
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 169 u_long packets_notsent; /* total number of packets which couldn't be sent */ variable
3264 packets_notsent++;
4421 packets_notsent = 0;
ntp_request.c 1220 io->notsent = htonl((u_int32)packets_notsent);
ntp_control.c 2487 ctl_putuint(sys_var[varid].text, packets_notsent);

Completed in 30 milliseconds