Searched refs:info_io_stats (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/usr.sbin/ntp/ntpdc/ |
| D | nl.c | 411 (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/ |
| D | layout.std | 207 sizeof(struct info_io_stats) = 40
|
| D | ntpdc_ops.c | 1103 struct info_io_stats *io; in iostats()
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntp_request.h | 555 struct info_io_stats { struct
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| 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()
|