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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c180 int iTimestampCount ; /* TS-JJY01, TS-GPS01, Telephone-JJY */ member in struct:jjyunit
423 #define DEBUG_PRINTF_JJY_RECEIVE(sFunc,iLen) { if ( debug ) { printf ( "refclock_jjy.c : %s : iProcessState=%d bLineError=%d iCommandSeq=%d iLineCount=%d iTimestampCount=%d iLen=%d\n", sFunc, up->iProcessState, up->bLineError, up->iCommandSeq, up->iLineCount, up->iTimestampCount, iLen ) ; } }
461 up->iTimestampCount = 0 ;
1233 if ( up->iTimestampCount >= 2 ) {
1236 up->iTimestampCount ) ;
1255 up->iTimestamp[up->iTimestampCount] = ( up->hour * 60 + up->minute ) * 60 + up->second ;
1257 up->iTimestampCount++ ;
1307 if ( up->iTimestampCount == 2 ) {
1374 up->iTimestampCount
[all...]

Completed in 45 milliseconds