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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dbinio.h42 long get_lsb_short (unsigned char **);
47 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ ))
48 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ ))
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Ddata_mbg.c92 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp);
104 *svnop = (SVNO) get_lsb_short(bufpp);
113 *healthp = (HEALTH) get_lsb_short(bufpp);
122 *cfgp = (CFG) 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);
434 ephp->health = (HEALTH) get_lsb_short(buffpp);
435 ephp->IODC = (IOD) get_lsb_short(buffpp);
436 ephp->IODE2 = (IOD) get_lsb_short(buffp
[all...]
H A Dbinio.c42 get_lsb_short( function
H A Dclk_meinberg.c181 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp);
183 headerp->data_csum = (CSUM) get_lsb_short(bufpp);
184 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c4386 status = (BVAR_STAT) get_lsb_short(&bufp);

Completed in 124 milliseconds