Home
last modified time | relevance | path

Searched defs:putshort (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/lib/libc/resolv/
H A Dres_comp.c251 #pragma weak putshort = __putshort macro
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_jupiter.c58 #define putshort(s) ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) macro
61 #define putshort(s) ((u_short)(s)) macro
/freebsd-src/include/
H A Dresolv.h359 #define putshort __putshort macro