Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std219 offsetof(int_received) = 36
H A Dntpdc_ops.c1158 (u_long)ntohl(io->int_received)); in iostats()
/freebsd/contrib/ntp/include/
H A Dntp_request.h567 u_int32 int_received; /* received by interrupt handler */ member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c434 (int) offsetof(struct info_io_stats, int_received));
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1220 io->int_received = htonl((u_int32)handler_pkts); in io_stats()