OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:version_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/iscsi/dist/include/
iscsiprotocol.h
288
int8_t
version_max
;
member in struct:iscsi_login_cmd_args_t
315
int8_t
version_max
;
member in struct:iscsi_login_rsp_args_t
/src/external/bsd/iscsi/dist/src/lib/
protocol.c
575
iscsi_trace(TRACE_ISCSI_ARGS, "
Version_max
: %u\n", cmd->
version_max
);
596
header[2] = cmd->
version_max
; /* Version-Max */
625
cmd->
version_max
= header[2]; /* Version-Max */
641
iscsi_trace(TRACE_ISCSI_ARGS, "
Version_max
: %u\n", cmd->
version_max
);
688
iscsi_trace(TRACE_ISCSI_ARGS, "
Version_max
: %u\n", rsp->
version_max
);
714
header[2] = rsp->
version_max
; /* Version-max */
744
rsp->
version_max
= header[2]; /* Version-max *
[
all
...]
target.c
948
} else if ((cmd.
version_max
< ISCSI_VERSION) ||
953
ISCSI_VERSION, cmd.
version_max
, cmd.version_min);
956
rsp.
version_max
= ISCSI_VERSION;
1137
rsp.
version_max
= ISCSI_VERSION;
1319
rsp.
version_max
= ISCSI_VERSION;
initiator.c
1990
login_cmd->
version_max
= ISCSI_VERSION;
Completed in 136 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026