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

/freebsd-12-stable/contrib/ntp/include/
H A Dbinio.h42 long get_lsb_long (unsigned char **);
47 #define get_lsb_int32( _x_ ) ((int32_t) get_lsb_long( _x_ ))
48 #define get_lsb_uint32( _x_ ) ((uint32_t) get_lsb_long( _x_ ))
/freebsd-12-stable/contrib/ntp/libparse/
H A Ddata_mbg.c130 tgpsp->sec = get_lsb_long(bufpp);
131 tgpsp->tick = get_lsb_long(bufpp);
148 tmp->frac = get_lsb_long(buffpp);
149 tmp->offs_from_utc = get_lsb_long(buffpp);
191 tzdlp->offs = get_lsb_long(buffpp);
192 tzdlp->offs_dl = get_lsb_long(buffpp);
208 antinfop->delta_t = get_lsb_long(buffpp);
391 comparamp->baud_rate = get_lsb_long(buffpp);
H A Dbinio.c63 get_lsb_long( function

Completed in 106 milliseconds