Home | Sort by relevance Sort by last modified time |
/external/syslinux/gpxe/src/include/gpxe/ | |
iscsi.h | 113 uint32_t statsn; member in struct:iscsi_bhs_common_response 212 uint32_t statsn; member in struct:iscsi_bhs_login_response 303 uint32_t statsn; member in struct:iscsi_bhs_scsi_response 353 uint32_t statsn; member in struct:iscsi_bhs_data_in 437 uint32_t statsn; member in struct:iscsi_bhs_r2t 588 * the StatSN field of an iSCSI response PDU containing such a 592 uint32_t statsn; member in struct:iscsi_session |
/external/syslinux/gpxe/src/net/tcp/ | |
iscsi.c | 227 command->expstatsn = htonl ( iscsi->statsn + 1 ); 369 data_out->expstatsn = htonl ( iscsi->statsn + 1 ); 559 request->expstatsn = htonl ( iscsi->statsn + 1 ); [all...] |