Home
last modified time | relevance | path

Searched refs:info_io_stats (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/usr.sbin/ntp/ntpdc/
Dnl.c411 (int) sizeof(struct info_io_stats));
413 (int) offsetof(struct info_io_stats, timereset));
415 (int) offsetof(struct info_io_stats, totalrecvbufs));
417 (int) offsetof(struct info_io_stats, freerecvbufs));
419 (int) offsetof(struct info_io_stats, fullrecvbufs));
421 (int) offsetof(struct info_io_stats, lowwater));
423 (int) offsetof(struct info_io_stats, dropped));
425 (int) offsetof(struct info_io_stats, ignored));
427 (int) offsetof(struct info_io_stats, received));
429 (int) offsetof(struct info_io_stats, sent));
[all …]
/freebsd-10-stable/contrib/ntp/ntpdc/
Dlayout.std207 sizeof(struct info_io_stats) = 40
Dntpdc_ops.c1103 struct info_io_stats *io; in iostats()
/freebsd-10-stable/contrib/ntp/include/
Dntp_request.h555 struct info_io_stats { struct
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_request.c1204 struct info_io_stats *io; in io_stats()
1206 io = (struct info_io_stats *)prepare_pkt(srcadr, inter, inpkt, in io_stats()
1207 sizeof(struct info_io_stats)); in io_stats()