Searched refs:get_lsb_int16 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/include/
H A Dbinio.h47 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ )) macro
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Ddata_mbg.c93 ascii_msgp->valid = get_lsb_int16(bufpp);
142 tmp->year = get_lsb_int16(buffpp);
145 tmp->yday = get_lsb_int16(buffpp);
161 ttmp->channel = get_lsb_int16(buffpp);
172 synthp->freq = get_lsb_int16(buffpp);
173 synthp->range = get_lsb_int16(buffpp);
174 synthp->phase = get_lsb_int16(buffpp);
207 antinfop->status = get_lsb_int16(buffpp);
303 cfghp->valid = get_lsb_int16(buffpp);
326 utcp->valid = get_lsb_int16(buffp
[all...]

Completed in 176 milliseconds