Home
last modified time | relevance | path

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

/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_wwv.c969 static int epopos; /* epoch second sync position buffer */ in wwv_rf() local
1252 epopos = epoch; in wwv_rf()
1261 epopos -= TCKCYC * MS; in wwv_rf()
1262 if (epopos < 0) in wwv_rf()
1263 epopos += WWV_SEC; in wwv_rf()
1264 wwv_endpoc(peer, epopos); in wwv_rf()
1385 int epopos /* epoch max position */ in wwv_endpoc() argument
1436 epoch_mf[0] = epopos; in wwv_endpoc()