HomeSort by: relevance | last modified time | path
    Searched refs:clock_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 2576 struct refclockstat clock_stat; local
2600 clock_stat.kv_list = (struct ctl_var *)0;
2602 refclock_control(&addr, NULL, &clock_stat);
2605 ic->type = clock_stat.type;
2606 ic->flags = clock_stat.flags;
2607 ic->lastevent = clock_stat.lastevent;
2608 ic->currentstatus = clock_stat.currentstatus;
2609 ic->polls = htonl((u_int32)clock_stat.polls);
2610 ic->noresponse = htonl((u_int32)clock_stat.noresponse);
2611 ic->badformat = htonl((u_int32)clock_stat.badformat)
2650 struct refclockstat clock_stat; local
    [all...]
ntp_config.c 3958 struct refclockstat clock_stat; local
3985 ZERO(clock_stat);
3987 clock_stat.fudgeminjitter = 0.0;
3988 clock_stat.fudgetime1 = 0.0;
3989 clock_stat.fudgetime2 = 0.0;
3995 clock_stat.haveflags |= CLK_HAVETIME1;
3996 clock_stat.fudgetime1 = curr_opt->value.d;
4000 clock_stat.haveflags |= CLK_HAVETIME2;
4001 clock_stat.fudgetime2 = curr_opt->value.d;
4005 clock_stat.haveflags |= CLK_HAVEVAL1
    [all...]

Completed in 31 milliseconds