Searched refs:notsent (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_request.h565 u_int32 notsent; /* packets not sent */ member in struct:info_io_stats
925 int32 notsent; /* number of send failures */ member in struct:info_if_stats
H A Dntp.h195 long notsent; /* number of send failures */ member in struct:interface
/freebsd-13-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c430 printf("offsetof(notsent) = %d\n",
431 (int) offsetof(struct info_io_stats, notsent));
864 printf("offsetof(notsent) = %d\n",
865 (int) offsetof(struct info_if_stats, notsent));
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c1218 io->notsent = htonl((u_int32)packets_notsent);
2734 ifs->notsent = htonl(ep->notsent);
H A Dntp_io.c543 printf("notsent = %ld\n", itf->notsent);
1017 ep->notsent,
3222 src->notsent++;
H A Dntp_control.c4331 ctl_putint(tag, la->notsent);
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1154 (u_long)ntohl(io->notsent));
3105 (u_long)ntohl(ifs->notsent),

Completed in 198 milliseconds