Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h241 typedef uint16_t CSUM; /* checksum used by some structures stored in non-volatile memory */ typedef
253 CSUM data_csum; ///< checksum of the data portion appended after the header
254 CSUM hdr_csum; ///< checksum of the preceding header bytes
777 CSUM csum; ///< checksum of the remaining bytes
831 CSUM csum; ///< Checksum of the remaining bytes
851 CSUM csum; ///< checksum of the remaining bytes */
867 CSUM csum; ///< checksum of the remaining bytes
917 CSUM csum; ///< checksum of the remaining bytes
943 CSUM csum; ///< checksum of the remaining bytes
984 CSUM mbg_csum (unsigned char *, unsigned int);
/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c90 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp); in get_mbg_ascii_msg()
300 cfghp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_cfgh()
323 utcp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_utc()
429 ephp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_eph()
474 almp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_alm()
499 ionop->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_iono()
H A Dclk_meinberg.c157 CSUM
169 return (CSUM) sum; in mbg_csum()
181 headerp->data_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
182 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
599 CSUM calc_csum; /* used to compare the incoming csums */ in gps_input()