#include <iscsi.h>
Data Fields | |
| uint8_t | opcode |
| Opcode. | |
| uint8_t | flags |
| Flags. | |
| uint8_t | other_a [2] |
| Fields specific to the PDU type. | |
| union iscsi_segment_lengths | lengths |
| Segment lengths. | |
| uint8_t | other_b [8] |
| Fields specific to the PDU type. | |
| uint32_t | itt |
| Initiator Task Tag. | |
| uint8_t | other_c [28] |
| Fields specific to the PDU type. | |
Definition at line 67 of file iscsi.h.
Opcode.
Definition at line 69 of file iscsi.h.
Referenced by iscsi_rx_bhs(), iscsi_tx_data(), and iscsi_tx_done().
union iscsi_segment_lengths iscsi_bhs_common::lengths [write] |
Segment lengths.
Definition at line 75 of file iscsi.h.
Referenced by iscsi_rx_bhs(), iscsi_socket_deliver_raw(), iscsi_tx_data_padding(), and iscsi_tx_step().
1.5.7.1