Searched refs:get_lsb_uint16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dbinio.h46 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ )) macro
/freebsd-12-stable/contrib/ntp/libparse/
H A Ddata_mbg.c79 sw_revp->code = get_lsb_uint16(bufpp);
129 tgpsp->wn = get_lsb_uint16(bufpp);
150 tmp->status = get_lsb_uint16(buffpp);
338 utcp->WNlsf = get_lsb_uint16(buffpp);
462 ephp->URA = get_lsb_uint16(buffpp);
H A Dclk_meinberg.c180 headerp->len = get_lsb_uint16(bufpp);

Completed in 73 milliseconds