Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_request.h555 struct info_io_stats { struct
556 u_int32 timereset; /* time since reset */
557 u_short totalrecvbufs; /* total receive bufs */
558 u_short freerecvbufs; /* free buffers */
559 u_short fullrecvbufs; /* full buffers */
561 u_int32 dropped; /* dropped packets */
562 u_int32 ignored; /* ignored packets */
563 u_int32 received; /* received packets */
564 u_int32 sent; /* packets sent */
565 u_int32 notsent; /* packets not sent */
[all …]