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

/freebsd-12-stable/contrib/ntp/include/
H A Dbinio.h45 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ )) macro
/freebsd-12-stable/contrib/ntp/libparse/
H A Ddata_mbg.c91 ascii_msgp->valid = get_lsb_int16(bufpp);
140 tmp->year = get_lsb_int16(buffpp);
143 tmp->yday = get_lsb_int16(buffpp);
159 ttmp->channel = get_lsb_int16(buffpp);
170 synthp->freq = get_lsb_int16(buffpp);
171 synthp->range = get_lsb_int16(buffpp);
172 synthp->phase = get_lsb_int16(buffpp);
205 antinfop->status = get_lsb_int16(buffpp);
301 cfghp->valid = get_lsb_int16(buffpp);
324 utcp->valid = get_lsb_int16(buffp
[all...]

Completed in 108 milliseconds