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

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c45 ntohll(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
40 * unsigned long long ntohll( hll )
50 ENTRY(ntohll) function
54 SET_SIZE(ntohll)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
/osnet-11/usr/src/lib/sun_fc/common/
H A Dsun_fc.h149 #define ntohll(x) (x) macro
152 #define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl(x >> 32)) macro
162 return (ntohll(tmp));
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h220 #define ntohll(x) (x) macro
223 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro

Completed in 1106 milliseconds