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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_hpgps.c262 short tcodechksm; /* computed timecode byte checksum */ local
448 tcodechksm = 0;
449 while (n-- > 0) tcodechksm += *tcp++;
450 tcodechksm &= 0x00ff;
452 if (tcodechksm != expectedsm) {
456 tcodechksm, expectedsm);

Completed in 222 milliseconds