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

/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_comp.c256 #pragma weak putshort = __putshort macro
/netbsd-current/lib/libc/resolv/
H A Dres_comp.c272 #pragma weak putshort = __putshort macro
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_jupiter.c60 #define putshort(s) ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) macro
63 #define putshort(s) ((u_short)(s)) macro
[all...]
/netbsd-current/external/bsd/libbind/dist/include/
H A Dresolv.h378 #define putshort __putshort macro
/netbsd-current/include/
H A Dresolv.h375 #define putshort __putshort macro

Completed in 116 milliseconds