Searched defs:getshort (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_trimtsip.c205 getshort( function
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c57 #define getshort(s) ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) macro
60 #define getshort(s) ((u_short)(s)) macro
[all...]
H A Drefclock_parse.c5417 getshort( function

Completed in 111 milliseconds