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

/vbox/src/VBox/Storage/
H A DISCSI.cpp504 uint64_t ISID; member in struct:ISCSIIMAGE
864 /* Make initiator name and ISID unique on this host. */
872 pImage->ISID &= ~65535ULL;
873 pImage->ISID |= LocalAddr.uPort;
885 LogRel(("iSCSI: connect from initiator %s with source port %u\n", pImage->pszInitiatorName, pImage->ISID & 65535));
897 LogRel(("iSCSI: disconnect from initiator %s with source port %u\n", pImage->pszInitiatorName, pImage->ISID & 65535));
1300 isid_tsih = pImage->ISID << 16; /* TSIH field currently always 0 */
3869 /* This ISID will be adjusted later to make it unique on this host. */
3870 pImage->ISID = 0x800000000000ULL | 0x001234560000ULL;

Completed in 54 milliseconds