Searched refs:ntp_timeout (Results 1 – 1 of 1) sorted by relevance
178 static uint32_t ntp_timeout; variable197 ntp_timeout = 50; /* 0.5sec */ in ntp_init()394 inc.tv_sec = ntp_timeout / 100; in ntpd_read()395 inc.tv_usec = (ntp_timeout % 100) * 1000; in ntpd_read()1493 value->v.uint32 = ntp_timeout; in op_begemot_ntp()1548 ctx->scratch->int1 = ntp_timeout; in op_begemot_ntp()1551 ntp_timeout = value->v.integer; in op_begemot_ntp()1573 ntp_timeout = ctx->scratch->int1; in op_begemot_ntp()