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

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c180 short iCommandSeq ; /* 0:Idle Non-Zero:Issued */ member in struct:jjyunit
429 #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 ) ; } }
465 up->iCommandSeq = 0 ;
922 up->iCommandSeq = 0 ;
1193 if ( tristate_jjy01_command_sequence[up->iCommandSeq].command == NULL ) {
1204 if ( iLen != tristate_jjy01_command_sequence[up->iCommandSeq].iExpectedReplyLength[0]
1205 && iLen != tristate_jjy01_command_sequence[up->iCommandSeq].iExpectedReplyLength[1] ) {
1216 switch ( tristate_jjy01_command_sequence[up->iCommandSeq].commandNumber ) {
1340 if ( tristate_jjy01_command_sequence[up->iCommandSeq]
[all...]

Completed in 51 milliseconds