HomeSort by: relevance | last modified time | path
    Searched defs:auth_state (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_text.c 194 auth_state_t auth_state; /* authentication state */ member in struct:__anon16a0efc30708
1375 if (state->auth_state != AUTH_INITIAL) {
1376 DEBOUT(("AuthMethod received, auth_state = %d\n",
1377 state->auth_state));
1389 state->auth_state = AUTH_METHOD_SELECTED;
1394 if (state->auth_state != AUTH_CHAP_ALG_SENT ||
1396 DEBOUT(("Bad algorithm, auth_state = %d, alg %d\n",
1397 state->auth_state, rxp.val.nval[0]));
1403 if (state->auth_state != AUTH_CHAP_ALG_SENT || !rxp.list_num) {
1404 DEBOUT(("Bad Challenge, auth_state = %d, len %d\n"
    [all...]

Completed in 52 milliseconds