HomeSort by relevance Sort by last modified time
    Searched refs:expstatsn (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
iscsi.h 150 uint32_t expstatsn; member in struct:iscsi_bhs_login_request
260 uint32_t expstatsn; member in struct:iscsi_bhs_scsi_command
403 uint32_t expstatsn; member in struct:iscsi_bhs_data_out
590 * the ExpStatSN field with this value plus one.
  /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...]

Completed in 106 milliseconds