HomeSort by: relevance | last modified time | path
    Searched refs:CSUM (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
mbg_gps166.h 243 typedef uint16_t CSUM; /* checksum used by some structures stored in non-volatile memory */
255 CSUM data_csum; ///< checksum of the data portion appended after the header
256 CSUM hdr_csum; ///< checksum of the preceding header bytes
779 CSUM csum; ///< checksum of the remaining bytes member in struct:__anon7358
798 * The csum field is only used by the card's firmware to check the
833 CSUM csum; ///< Checksum of the remaining bytes member in struct:__anon7359
853 CSUM csum; ///< checksum of the remaining bytes * member in struct:__anon7360
869 CSUM csum; \/\/\/< checksum of the remaining bytes member in struct:__anon7361
919 CSUM csum; \/\/\/< checksum of the remaining bytes member in struct:__anon7362
945 CSUM csum; \/\/\/< checksum of the remaining bytes member in struct:__anon7363
    [all...]
  /src/external/bsd/ntp/dist/libparse/
data_mbg.c 92 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp);
302 cfghp->csum = (CSUM) get_lsb_short(buffpp);
325 utcp->csum = (CSUM) get_lsb_short(buffpp);
431 ephp->csum = (CSUM) get_lsb_short(buffpp);
476 almp->csum = (CSUM) get_lsb_short(buffpp)
    [all...]
clk_meinberg.c 147 /* Name: csum() */
159 CSUM
171 return (CSUM) sum;
173 } /* csum */
183 headerp->data_csum = (CSUM) get_lsb_short(bufpp);
184 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp);
601 CSUM calc_csum; /* used to compare the incoming csums */

Completed in 56 milliseconds