Searched refs:info_io_stats (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 410 (int) sizeof(struct info_io_stats)); 412 (int) offsetof(struct info_io_stats, timereset)); 414 (int) offsetof(struct info_io_stats, totalrecvbufs)); 416 (int) offsetof(struct info_io_stats, freerecvbufs)); 418 (int) offsetof(struct info_io_stats, fullrecvbufs)); 420 (int) offsetof(struct info_io_stats, lowwater)); 422 (int) offsetof(struct info_io_stats, dropped)); 424 (int) offsetof(struct info_io_stats, ignored)); 426 (int) offsetof(struct info_io_stats, received)); 428 (int) offsetof(struct info_io_stats, sent)); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 207 sizeof(struct info_io_stats) = 40
|
H A D | ntpdc_ops.c | 1112 struct info_io_stats *io; in iostats()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 555 struct info_io_stats { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 1204 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()
|