Searched refs:iLoopbackValidCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c202 short iLoopbackValidCount ; member in struct:jjyunit
3053 up->iLoopbackValidCount = 0 ;
3062 if ( up->iLoopbackValidCount == 0 ) {
3081 up->iLoopbackValidCount ++ ;
3084 if ( up->iLoopbackValidCount < 2 ) {
3097 if ( up->iLoopbackValidCount >= 3 && i == maxIndex ) {
3100 if ( up->iLoopbackValidCount >= 4 && i == minIndex ) {
3514 up->msecond, up->iLoopbackValidCount, MAX_LOOPBACK ) ;
3519 up->iLoopbackValidCount, MAX_LOOPBACK ) ;

Completed in 105 milliseconds