HomeSort by: relevance | last modified time | path
    Searched refs:pduh_DataSegmentLength (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_pdu.h 413 uint8_t pduh_DataSegmentLength[3];
iscsi_rcv.c 199 ntoh3(pdu->pdu_hdr.pduh_DataSegmentLength)));
200 if (!(len = ntoh3(pdu->pdu_hdr.pduh_DataSegmentLength))) {
621 dsl = ntoh3(pdu->pdu_hdr.pduh_DataSegmentLength);
1090 dsl = ntoh3(pdu->pdu_hdr.pduh_DataSegmentLength);
iscsi_send.c 619 hton3(dsl, pdu->pdu_hdr.pduh_DataSegmentLength);

Completed in 22 milliseconds