Home
last modified time | relevance | path

Searched refs:drop_count (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/ntp/ntpd/
HDntp_restrict.c276 md->avg_interval = md->drop_count; in restrictions()
278 md->avg_interval += (md->drop_count - in restrictions()
280 if (md->count < 10 || (md->drop_count > in restrictions()
284 md->drop_count = flags; in restrictions()
HDntp_monitor.c231 md->drop_count = current_time - md->lasttime; in ntp_monitor()
284 md->drop_count = 0; in ntp_monitor()
HDntp_request.c1930 im->lastdrop = htonl((u_int32)md->drop_count); in mon_getlist()
1974 im->lastdrop = htonl((u_int32)md->drop_count); in mon_getlist_1()
/trueos/contrib/ntp/include/
HDntp.h789 u_long drop_count; /* dropped due RESLIMIT*/ member