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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c376 static int oncore_checksum_ok (u_char *, int);
1528 if (oncore_checksum_ok(rcvbuf, l)) {
3422 oncore_checksum_ok( function
3492 oncore_checksum_ok(cp, 33) &&
3509 if (oncore_checksum_ok(cp, 33)) {
3526 if ((instance->chan == 6 && (!strncmp((char *) cp, "@@Ba", 4) && oncore_checksum_ok(cp, 68))) ||
3527 (instance->chan == 8 && (!strncmp((char *) cp, "@@Ea", 4) && oncore_checksum_ok(cp, 76))) ||
3528 (instance->chan == 12 && (!strncmp((char *) cp, "@@Ha", 4) && oncore_checksum_ok(cp, 154)))) {

Completed in 106 milliseconds