Home
last modified time | relevance | path

Searched refs:get_msb_short (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ntp/include/
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-10-stable/contrib/ntp/libparse/
Dbinio.c90 get_msb_short( in get_msb_short() function
Dclk_trimtsip.c209 return (short) get_msb_short(&p); in getshort()
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c5419 return (int) get_msb_short(&p); in getshort()
/freebsd-10-stable/contrib/ntp/
DCommitLog-4.1.05579 (getint): use get_msb_short()