Home
last modified time | relevance | path

Searched refs:req_pl_len (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c3213 size_t req_pl_len, rsp_size, tlv_len; in isnst_handle_esi_req() local
3231 req_pl_len = ntohs(pdu->payload_len); in isnst_handle_esi_req()
3232 if (req_pl_len + offsetof(isns_pdu_t, payload) > pdu_size) { in isnst_handle_esi_req()
3235 (int)(req_pl_len + offsetof(isns_pdu_t, payload)), in isnst_handle_esi_req()
3242 if (req_pl_len + sizeof (uint32_t) > ISNSP_MAX_PAYLOAD_SIZE) { in isnst_handle_esi_req()
3245 req_pl_len + sizeof (uint32_t)); in isnst_handle_esi_req()
3268 while (tlv_len <= req_pl_len) { in isnst_handle_esi_req()
3309 req_pl_len -= tlv_len; in isnst_handle_esi_req()
3406 req_pl_len = ntohs(pdu->payload_len); in isnst_handle_esi_req()
3407 bcopy(pdu->payload, rsp->data, req_pl_len); in isnst_handle_esi_req()
[all …]