OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:respdata
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/iscsi/dist/src/lib/
parameters.c
468
static uint8_t
respdata
[ISCSI_CHAP_DATA_LENGTH];
local
651
respdata
, ISCSI_CHAP_DATA_LENGTH);
656
if (memcmp(
respdata
, chapdata, ISCSI_CHAP_DATA_LENGTH) != 0) {
657
iscsi_err(__FILE__, __LINE__, "Initiator authentication failed %x %x\n", *chapdata, *
respdata
);
parameters.c
468
static uint8_t
respdata
[ISCSI_CHAP_DATA_LENGTH];
local
651
respdata
, ISCSI_CHAP_DATA_LENGTH);
656
if (memcmp(
respdata
, chapdata, ISCSI_CHAP_DATA_LENGTH) != 0) {
657
iscsi_err(__FILE__, __LINE__, "Initiator authentication failed %x %x\n", *chapdata, *
respdata
);
parameters.c
468
static uint8_t
respdata
[ISCSI_CHAP_DATA_LENGTH];
local
651
respdata
, ISCSI_CHAP_DATA_LENGTH);
656
if (memcmp(
respdata
, chapdata, ISCSI_CHAP_DATA_LENGTH) != 0) {
657
iscsi_err(__FILE__, __LINE__, "Initiator authentication failed %x %x\n", *chapdata, *
respdata
);
Completed in 119 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026