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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_comp.c257 #pragma weak putshort = __putshort macro
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c57 #define putshort(s) ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) macro
60 #define putshort(s) ((u_short)(s)) macro
[all...]
/freebsd-10-stable/include/
H A Dresolv.h358 #define putshort __putshort macro

Completed in 61 milliseconds