Searched defs:htonll (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c39 htonll(uint64_t in) function
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
39 * unsigned long long htonll( hll )
44 ENTRY(htonll) function
48 SET_SIZE(htonll)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
/osnet-11/usr/src/lib/sun_fc/common/
H A Dsun_fc.h148 #define htonll(x) (x) macro
151 #define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(x >> 32)) macro
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h219 #define htonll(x) (x) macro
222 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro

Completed in 38 milliseconds