Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Ddata_mbg.c90 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp); in get_mbg_ascii_msg()
102 *svnop = (SVNO) get_lsb_short(bufpp); in get_mbg_svno()
111 *healthp = (HEALTH) get_lsb_short(bufpp); in get_mbg_health()
120 *cfgp = (CFG) get_lsb_short(bufpp); in get_mbg_cfg()
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()
432 ephp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_eph()
433 ephp->IODC = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
434 ephp->IODE2 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()
[all …]
H A Dclk_meinberg.c179 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp); in get_mbg_header()
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()
H A Dbinio.c40 get_lsb_short( in get_lsb_short() function
/freebsd/contrib/ntp/include/
H A Dbinio.h40 long get_lsb_short (unsigned char **);
45 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ ))
46 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ ))
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c4384 status = (BVAR_STAT) get_lsb_short(&bufp); in gps16x_message()