Searched refs:htonq (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_globals.h139 #define htonq(x) ntohq(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_globals.h642 htonq(uint64_t x) function
655 #define ntohq(x) htonq(x)
H A Discsi_test.c137 val = htonq(val);
158 *((uint64_t *) ptr) = htonq(val);
H A Discsi_send.c1391 pdu->LUN = htonq(ccb->lun);

Completed in 117 milliseconds