Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_hpgps.c260 short tcodechksm; /* computed timecode byte checksum */ in hpgps_receive() local
446 tcodechksm = 0; in hpgps_receive()
447 while (n-- > 0) tcodechksm += *tcp++; in hpgps_receive()
448 tcodechksm &= 0x00ff; in hpgps_receive()
450 if (tcodechksm != expectedsm) { in hpgps_receive()
454 tcodechksm, expectedsm); in hpgps_receive()