Searched refs:get_msb_short (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dbinio.h50 long get_msb_short (unsigned char **);
55 #define get_msb_int16( _x_ ) ((int16_t) get_msb_short( _x_ ))
56 #define get_msb_uint16( _x_ ) ((uint16_t) get_msb_short( _x_ ))
/freebsd-12-stable/contrib/ntp/libparse/
H A Dbinio.c90 get_msb_short( function
H A Dclk_trimtsip.c209 return (short) get_msb_short(&p);
443 * (getint): use get_msb_short()
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c5421 return (int) get_msb_short(&p);

Completed in 174 milliseconds