Searched refs:o_state (Results 1 – 2 of 2) sorted by relevance
278 enum receive_state o_state; /* Receive state */ member639 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 …]
3587 * ntpd/refclock_oncore.c: Rename instance.state to instance.o_state