Home
last modified time | relevance | path

Searched refs:iThresholdSecond (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/ntpd/
H A Drefclock_jjy.c3088 int iThresholdSecond, iThresholdMicroSecond ; in teljjy_getDelay() local
3094 iThresholdSecond = TELJJY_LOOPBACK_DELAY_THRESHOLD / 1000 ; in teljjy_getDelay()
3101 || up->delayTime[i].tv_sec > iThresholdSecond in teljjy_getDelay()
3102 || ( up->delayTime[i].tv_sec == iThresholdSecond in teljjy_getDelay()
3136 || up->delayTime[i].tv_sec > iThresholdSecond in teljjy_getDelay()
3137 || ( up->delayTime[i].tv_sec == iThresholdSecond in teljjy_getDelay()