Searched refs:ntohll (Results 1 - 15 of 15) sorted by relevance

/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/i386/gen/
H A Dbyteorder64.c45 ntohll(uint64_t in) function
/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/libdtrace/common/
H A Dsrp.d135 ti_lun = ntohll(*(uint64_t *)((scsi_task_t *)arg2)->task_lun_no);
147 ti_lun = ntohll(*(uint64_t *)P->iu_stmf_task->task_lun_no);
/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));
H A DFCHBANPIVPort.cc74 portWWN = ntohll(tmp);
76 nodeWWN = ntohll(tmp);
H A DTgtFCHBAPort.cc233 portWWN = ntohll(tmp);
235 nodeWWN = ntohll(tmp);
H A DTgtFCHBA.cc319 uint64_t tmp = ntohll(*((uint64_t *)&tgthbaList->port_wwn[i][0]));
H A DFCHBAPort.cc463 portWWN = ntohll(tmp);
465 nodeWWN = 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
H A Dcfga_cvt.c787 return (ntohll(tmp));
/osnet-11/usr/src/lib/sun_sas/common/
H A Dsun_sas.c373 tmp = ntohll(tmp);
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c1090 r_seq_num = ntohll(r_seq_num);
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c1533 ntohll(uint64));

Completed in 48 milliseconds