iPXE
|
An iSCSI basic header segment. More...
#include <iscsi.h>
Data Fields | |
struct iscsi_bhs_common | common |
struct iscsi_bhs_common_response | common_response |
struct iscsi_bhs_login_request | login_request |
struct iscsi_bhs_login_response | login_response |
struct iscsi_bhs_scsi_command | scsi_command |
struct iscsi_bhs_scsi_response | scsi_response |
struct iscsi_bhs_data_in | data_in |
struct iscsi_bhs_data_out | data_out |
struct iscsi_bhs_r2t | r2t |
struct iscsi_nop_in | nop_in |
unsigned char | bytes [sizeof(struct iscsi_bhs_common)] |
struct iscsi_bhs_common iscsi_bhs::common |
Definition at line 506 of file iscsi.h.
Referenced by iscsi_rx_bhs(), iscsi_socket_deliver(), iscsi_tx_data(), iscsi_tx_done(), and iscsi_tx_step().
struct iscsi_bhs_common_response iscsi_bhs::common_response |
Definition at line 507 of file iscsi.h.
Referenced by iscsi_rx_data().
struct iscsi_bhs_login_request iscsi_bhs::login_request |
Definition at line 508 of file iscsi.h.
Referenced by iscsi_start_login(), and iscsi_tx_login_request().
struct iscsi_bhs_login_response iscsi_bhs::login_response |
Definition at line 509 of file iscsi.h.
Referenced by iscsi_rx_login_response().
struct iscsi_bhs_scsi_command iscsi_bhs::scsi_command |
Definition at line 510 of file iscsi.h.
Referenced by iscsi_start_command().
struct iscsi_bhs_scsi_response iscsi_bhs::scsi_response |
Definition at line 511 of file iscsi.h.
Referenced by iscsi_rx_scsi_response().
struct iscsi_bhs_data_in iscsi_bhs::data_in |
Definition at line 512 of file iscsi.h.
Referenced by iscsi_rx_data_in().
struct iscsi_bhs_data_out iscsi_bhs::data_out |
Definition at line 513 of file iscsi.h.
Referenced by iscsi_data_out_done(), iscsi_start_data_out(), and iscsi_tx_data_out().
struct iscsi_bhs_r2t iscsi_bhs::r2t |
Definition at line 514 of file iscsi.h.
Referenced by iscsi_rx_r2t().
struct iscsi_nop_in iscsi_bhs::nop_in |
Definition at line 515 of file iscsi.h.
Referenced by iscsi_rx_nop_in().
unsigned char iscsi_bhs::bytes[sizeof(struct iscsi_bhs_common)] |
Definition at line 516 of file iscsi.h.
Referenced by iscsi_rx_bhs().