Home
last modified time | relevance | path

Searched refs:notsent (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std217 offsetof(notsent) = 28
437 offsetof(notsent) = 104
H A Dntpdc_ops.c1154 (u_long)ntohl(io->notsent)); in iostats()
3105 (u_long)ntohl(ifs->notsent), in iflist()
/freebsd/contrib/ntp/include/
H A Dntp_request.h565 u_int32 notsent; /* packets not sent */ member
925 int32 notsent; /* number of send failures */ member
H A Dntp.h198 long notsent; /* number of send failures */
195 long notsent; /* number of send failures */ global() member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c430 (int) offsetof(struct info_io_stats, notsent));
864 (int) offsetof(struct info_if_stats, notsent));
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1218 io->notsent = htonl((u_int32)packets_notsent); in io_stats()
2743 ifs->notsent = htonl(ep->notsent); in fill_info_if_stats()
H A Dntp_io.c547 printf("notsent = %ld\n", itf->notsent); in interface_dump()
924 ep->notsent, in remove_interface()
3260 src->notsent++;
H A Dntp_control.c4320 ctl_putint(tag, la->notsent); in send_ifstats_entry()