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

/freebsd-13-stable/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-13-stable/contrib/ntp/libparse/
H A Ddata_mbg.c90 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp);
102 *svnop = (SVNO) get_lsb_short(bufpp);
111 *healthp = (HEALTH) get_lsb_short(bufpp);
120 *cfgp = (CFG) get_lsb_short(bufpp);
300 cfghp->csum = (CSUM) get_lsb_short(buffpp);
323 utcp->csum = (CSUM) get_lsb_short(buffpp);
429 ephp->csum = (CSUM) get_lsb_short(buffpp);
432 ephp->health = (HEALTH) get_lsb_short(buffpp);
433 ephp->IODC = (IOD) get_lsb_short(buffpp);
434 ephp->IODE2 = (IOD) get_lsb_short(buffp
[all...]
H A Dbinio.c40 get_lsb_short( function
H A Dclk_meinberg.c179 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp);
181 headerp->data_csum = (CSUM) get_lsb_short(bufpp);
182 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c4370 status = (BVAR_STAT) get_lsb_short(&bufp);

Completed in 114 milliseconds