Home
last modified time | relevance | path

Searched refs:o_state (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_oncore.c278 enum receive_state o_state; /* Receive state */ member
639 instance->o_state = ONCORE_NO_IDEA; in oncore_start()
759 instance->o_state = ONCORE_CHECK_ID; in oncore_start()
1999 if (instance->o_state == ONCORE_RUN) in oncore_get_timestamp()
2127 if (instance->o_state == ONCORE_CHECK_CHAN) { /* here while checking for the # chan */ in oncore_get_timestamp()
2155 instance->o_state = ONCORE_HAVE_CHAN; in oncore_get_timestamp()
2163 if (instance->o_state != ONCORE_ALMANAC && instance->o_state != ONCORE_RUN) in oncore_get_timestamp()
2193 if (instance->o_state == ONCORE_ALMANAC) in oncore_get_timestamp()
2640 if (instance->o_state != ONCORE_RUN) in oncore_get_timestamp()
2706 if (instance->o_state == ONCORE_TEST_SENT) { in oncore_get_timestamp()
[all …]
/freebsd-12-stable/contrib/ntp/
DCommitLog-4.1.03587 * ntpd/refclock_oncore.c: Rename instance.state to instance.o_state