Searched refs:timereset (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h434 u_int32 timereset; /* time counters were reset */ member in struct:info_peer_stats
506 u_int32 timereset; /* time since reset */ member in struct:info_sys_stats
526 u_int32 timereset; /* time since reset */ member in struct:old_info_sys_stats
542 u_int32 timereset; /* time since reset */ member in struct:info_mem_stats
556 u_int32 timereset; /* time since reset */ member in struct:info_io_stats
575 u_int32 timereset; /* time since reset */ member in struct:info_timer_stats
766 u_int32 timereset; /* time counters were reset */ member in struct:info_auth
H A Dntp_refclock.h74 u_int32 timereset; /* driver resets */ member in struct:refclockstat
H A Dntp.h394 u_long timereset; /* time stat counters were reset */ member in struct:peer
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c234 printf("offsetof(timereset) = %d\n",
235 (int) offsetof(struct info_peer_stats, timereset));
346 printf("offsetof(timereset) = %d\n",
347 (int) offsetof(struct info_sys_stats, timereset));
372 printf("offsetof(timereset) = %d\n",
373 (int) offsetof(struct old_info_sys_stats, timereset));
394 printf("offsetof(timereset) = %d\n",
395 (int) offsetof(struct info_mem_stats, timereset));
412 printf("offsetof(timereset) = %d\n",
413 (int) offsetof(struct info_io_stats, timereset));
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c1145 ss->timereset = htonl((u_int32)(current_time - sys_stattime));
1178 ms->timereset = htonl((u_int32)(current_time - peer_timereset));
1209 io->timereset = htonl((u_int32)(current_time - io_timereset));
1244 ts->timereset = htonl((u_int32)sincereset);
1245 ts->alarms = ts->timereset;
2134 ia->timereset = htonl((u_int32)(current_time - auth_timereset));
2533 ic->timestarted = htonl((u_int32)clock_stat.timereset);
H A Dntp_peer.c967 peer->timereset = current_time;
1044 peer->timereset = current_time;
H A Dntp_refclock.c1258 out->timereset = current_time - pp->timestarted;
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1076 (u_long)ntohl(ss->timereset));
1136 (u_long)ntohl(io->timereset));
1197 (u_long)ntohl(mem->timereset));
1254 (u_long)ntohl(tim->timereset));
2337 (u_long)ntohl(ia->timereset));

Completed in 153 milliseconds