Home | History | Annotate | Download | only in ntpd

Lines Matching refs:stratum

251     uint8_t  refStratum;        // Host peer reference stratum
346 // Initialize reference stratum level and ID
700 // Set reference clock stratum level as unusable
701 pp->stratum = STRATUM_UNSPEC;
702 peer->stratum = pp->stratum;
707 // Store reference peer stratum level and ID
708 up->refStratum = sys_peer->stratum;
717 // Store reference stratum as local clock
722 // Set reference clock stratum level as local clock
723 pp->stratum = TSYNC_LCL_STRATUM;
724 peer->stratum = pp->stratum;
742 // Update stratum level to saved stratum level
743 pp->stratum = up->refStratum;
744 peer->stratum = pp->stratum;