Home
last modified time | relevance | path

Searched refs:t_auth_method (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.bin/iscsictl/
H A Dparse.y212 if (target->t_auth_method != AUTH_METHOD_UNSPECIFIED)
215 target->t_auth_method = AUTH_METHOD_NONE;
217 target->t_auth_method = AUTH_METHOD_CHAP;
H A Discsictl.h76 int t_auth_method; member
H A Discsictl.c278 if (targ->t_auth_method == AUTH_METHOD_UNSPECIFIED) { in conf_verify()
282 targ->t_auth_method = in conf_verify()
285 targ->t_auth_method = in conf_verify()
288 if (targ->t_auth_method == AUTH_METHOD_CHAP) { in conf_verify()