Searched refs:ntoh24 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c540 data_len = ntoh24(ihp->dlength);
754 dlength = ntoh24(ihp->dlength);
H A Discsi_login.c1087 end = text + ntoh24(ilrhp->dlength) + 1;
H A Discsi_io.c1636 data_len = ntoh24(ithp->dlength);
2238 ntoh24(ihp->dlength));
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h52 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c1676 idb->idb_exp_offset += ntoh24(bhs->dlength);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c802 if (ntoh24(ihp->dlength) != 0) {
H A Discsit.c2555 resp_datalen = ntoh24(out->dlength);

Completed in 102 milliseconds